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;
|
||||
description = "Jakub Kropacek";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue