wsl stuff
This commit is contained in:
@@ -6,4 +6,5 @@
|
||||
description = "Autumn";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
{
|
||||
imports = [
|
||||
# include NixOS-WSL modules
|
||||
../defaults/users.nix
|
||||
<nixos-wsl/modules>
|
||||
];
|
||||
|
||||
@@ -17,6 +18,7 @@
|
||||
wsl.defaultUser = "autumn";
|
||||
networking.hostName = "wsl-hive";
|
||||
environment.systemPackages = [pkgs.git];
|
||||
programs.zsh.enable = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
||||
Reference in New Issue
Block a user