This commit is contained in:
alydev 2025-09-25 15:37:27 +10:00
parent 2aca8b2b75
commit f5af1370cf
2 changed files with 4 additions and 2 deletions

View file

@ -8,8 +8,7 @@
boot.loader.efi.canTouchEfiVariables = true;
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 agenix.packages.${system}.default
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils btrfs-progs
];
programs.nixvim.enable = true;
programs.nixvim.defaultEditor = true;