This commit is contained in:
alydev 2025-09-24 22:12:51 +10:00
parent 6d0c8cc262
commit 2769913f61

View file

@ -4,7 +4,7 @@
boot.loader.efi.canTouchEfiVariables = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
cargo rustc just git vim wget gcc gnumake autoconf automake pkg-config cifs-utils
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils
];
programs.nixvim.enable = true;
programs.nixvim.defaultEditor = true;