will this fix

This commit is contained in:
jacekpoz 2023-07-14 22:12:40 +02:00
parent 6797962d5a
commit 3a922a290d

View file

@ -23,6 +23,7 @@
programs.zsh.enable = true;
users.users.chmura = {
homeDirectory = "/home/chmura";
isNormalUser = true;
extraGroups = ["wheel"];
shell = pkgs.zsh;