mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 21:05:22 +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; [
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue