This commit is contained in:
alydev 2025-09-25 15:34:36 +10:00
parent 44b6e473c0
commit 11375eec54
2 changed files with 79 additions and 5 deletions

View file

@ -9,7 +9,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils
btrfs-progs
btrfs-progs agenix.packages.${system}.default
];
programs.nixvim.enable = true;
programs.nixvim.defaultEditor = true;