chore(cheetah)!: use monitored
nix & fix nvim
New `neovim-nightly` overlay provides `neovim` instead of `neovim-nightly`
This commit is contained in:
parent
265f551ea8
commit
b3390f3565
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
keep-derivations = true
|
||||
'';
|
||||
|
||||
nix.package = pkgs.nixVersions.stable;
|
||||
nix.package = pkgs.nixVersions.monitored.latest;
|
||||
|
||||
time.timeZone = "Europe/Sofia";
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
package = pkgs.neovim;
|
||||
# defaultEditor = true;
|
||||
|
||||
viAlias = true;
|
||||
|
|
Loading…
Reference in a new issue