diff --git a/hosts/inspiron/default.nix b/hosts/inspiron/default.nix index 3bdd983..f837940 100644 --- a/hosts/inspiron/default.nix +++ b/hosts/inspiron/default.nix @@ -28,7 +28,7 @@ printing.enable = true; syncthing.enable = true; nix-helper.enable = true; - auto-gc.enable = true; + auto-gc.enable = true; night-light.enable = true; }; diff --git a/hosts/north/default.nix b/hosts/north/default.nix index 6a47d97..16df757 100644 --- a/hosts/north/default.nix +++ b/hosts/north/default.nix @@ -24,7 +24,7 @@ printing.enable = true; syncthing.enable = true; nix-helper.enable = true; - auto-gc.enable = true; + auto-gc.enable = true; night-light.enable = true; }; diff --git a/modules/home/shell/p10k/default.nix b/modules/home/shell/p10k/default.nix index 5172452..3141c6d 100644 --- a/modules/home/shell/p10k/default.nix +++ b/modules/home/shell/p10k/default.nix @@ -19,7 +19,7 @@ file = "p10k.zsh"; } ]; - + initExtraFirst = '' (( ''${+commands[direnv]} )) && emulate zsh -c "$(direnv export zsh)"