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

@ -46,12 +46,10 @@
"flakes"
];
environment.systemPackages = with pkgs; [
neovim
git
tmux
nixfmt-rfc-style
];
environment.systemPackages =
with pkgs;
[
];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View file

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