diff --git a/hosts/anemone/default.nix b/hosts/anemone/default.nix index 8a8f995..9bdb7ae 100644 --- a/hosts/anemone/default.nix +++ b/hosts/anemone/default.nix @@ -3,7 +3,7 @@ system.stateVersion = "23.11"; time.timeZone = "Australia/Melbourne"; - nixpkgs.overlays = [ inputs.neovim-nightly.overlay ]; + nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ]; age.secrets = { passwd.file = ../../secrets/passwd.age; }; diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index db176e3..d9a32ba 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -4,7 +4,7 @@ time.timeZone = "Asia/Phnom_Penh"; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - nixpkgs.overlays = [ inputs.neovim-nightly.overlay ]; + nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ]; age.secrets = { passwd.file = ../../secrets/passwd.age; wg_hyacinth.file = ../../secrets/wg_blossom.age;