This commit is contained in:
alydev 2025-09-24 22:09:12 +10:00
parent 34c69b9bba
commit 6d0c8cc262

View file

@ -6,7 +6,8 @@
environment.systemPackages = with pkgs; [
cargo rustc just git vim wget gcc gnumake autoconf automake pkg-config cifs-utils
];
environment.variables.EDITOR = "vim";
programs.nixvim.enable = true;
programs.nixvim.defaultEditor = true;
security.sudo.wheelNeedsPassword = false;
networking.networkmanager.enable = true;