nix: add overlay
This commit is contained in:
parent
a8568b19be
commit
6b91be3313
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
inputs.hyprpicker.overlays.default
|
||||
inputs.atuin.overlays.default
|
||||
inputs.eww.overlays.default
|
||||
inputs.wezterm.overlays.default
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
@ -38,7 +39,6 @@
|
|||
builders-use-substitutes = true;
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
flake-registry = "/etc/nix/registry.json";
|
||||
allowed-users = ["@wheel"];
|
||||
trusted-users = ["root" "@wheel"];
|
||||
substituters = [
|
||||
|
|
Loading…
Reference in a new issue