diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-01 16:21:41 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-01 16:23:23 +0200 |
| commit | 619dbeaa76460e967134daca8bd35aeb23591eec (patch) | |
| tree | a01cbb4532fcf3ddf187be61bb196222cfb07fa6 /nixos/common/default.nix | |
| parent | 17e939a313da880c2b7af9c8296eb12dcc9ae80f (diff) | |
Nvidia and zsh
Diffstat (limited to 'nixos/common/default.nix')
| -rw-r--r-- | nixos/common/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/common/default.nix b/nixos/common/default.nix index a186c1b..c76dc51 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -32,7 +32,9 @@ # services.xserver.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. + programs.zsh.enable = true; users.users.wilkuu = { + shell = pkgs.zsh; isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ |
