mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
34c69b9bba
commit
6d0c8cc262
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cargo rustc just git vim wget gcc gnumake autoconf automake pkg-config cifs-utils
|
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;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue