This commit is contained in:
alydev 2025-09-24 22:07:15 +10:00
parent 5fb21f3813
commit 34c69b9bba
5 changed files with 183 additions and 3 deletions

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
cargo rustc just git vim wget gcc gnumake autoconf automake pkg-config cifs-utils
];
environment.variables.EDITOR = "vim";
security.sudo.wheelNeedsPassword = false;