Add nix-index to base

This commit is contained in:
Nathan McCarty 2024-11-29 03:23:30 +00:00
parent 13478e620a
commit 0d5c3a0cc8
2 changed files with 12 additions and 6 deletions

View file

@ -16,5 +16,13 @@
"flakes"
];
environment.systemPackages = with pkgs; [
neovim
git
tmux
nixfmt-rfc-style
nix-index
];
system.stateVersion = "24.11";
}