mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
neovim: gg, nixpkgs fucker cache broke
This commit is contained in:
parent
b6c809608b
commit
e2731f8ff6
2 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
neovim
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
imports = [
|
||||
./all/tmux.nix
|
||||
./all/neovim
|
||||
# ./all/neovim
|
||||
./all/starship.nix
|
||||
./all/terminal.nix
|
||||
./all/nix.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue