hosts/{anemone,hyacinth}: fix neovim nightly overlay

This commit is contained in:
LavaDesu 2024-06-25 15:54:38 +10:00
parent b6f4f1942d
commit 8a598f86f5
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};