summaryrefslogtreecommitdiff
path: root/nixos/common
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-01 16:21:41 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-01 16:23:23 +0200
commit619dbeaa76460e967134daca8bd35aeb23591eec (patch)
treea01cbb4532fcf3ddf187be61bb196222cfb07fa6 /nixos/common
parent17e939a313da880c2b7af9c8296eb12dcc9ae80f (diff)
Nvidia and zsh
Diffstat (limited to '')
-rw-r--r--nixos/common/default.nix2
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; [