neovim: gg, nixpkgs fucker cache broke

This commit is contained in:
Sridhar Ratnakumar 2025-09-07 16:42:33 -04:00
parent b6c809608b
commit e2731f8ff6
2 changed files with 1 additions and 2 deletions

View file

@ -72,7 +72,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
neovim
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View file

@ -2,7 +2,7 @@
home.stateVersion = "24.05"; home.stateVersion = "24.05";
imports = [ imports = [
./all/tmux.nix ./all/tmux.nix
./all/neovim # ./all/neovim
./all/starship.nix ./all/starship.nix
./all/terminal.nix ./all/terminal.nix
./all/nix.nix ./all/nix.nix