diff --git a/users.nix b/users.nix index 47f8145..2e5b532 100644 --- a/users.nix +++ b/users.nix @@ -8,12 +8,19 @@ extraGroups = [ "wheel" + "networkmanager" "video" + "audio" ]; + linger = true; + initialPassword = "pass1234"; shell = pkgs.zsh; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWO2qwHaPaQs46na4Aa6gMkw5QqRHUMGQphtgAcDJOw" ]; + packages = with pkgs; [ + tmux + ]; }; }; } \ No newline at end of file