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.hyprpicker.overlays.default
|
||||||
inputs.atuin.overlays.default
|
inputs.atuin.overlays.default
|
||||||
inputs.eww.overlays.default
|
inputs.eww.overlays.default
|
||||||
|
inputs.wezterm.overlays.default
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
@ -38,7 +39,6 @@
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
flake-registry = "/etc/nix/registry.json";
|
|
||||||
allowed-users = ["@wheel"];
|
allowed-users = ["@wheel"];
|
||||||
trusted-users = ["root" "@wheel"];
|
trusted-users = ["root" "@wheel"];
|
||||||
substituters = [
|
substituters = [
|
||||||
|
|
Loading…
Reference in a new issue