changed a mistake
This commit is contained in:
parent
a072724afb
commit
0850df9a60
1 changed files with 1 additions and 3 deletions
|
@ -96,9 +96,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Jakub Kropacek";
|
description = "Jakub Kropacek";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
shell = pkgs.zsh;
|
||||||
];
|
|
||||||
shell = "/run/current-system/sw/bin/zsh";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue