changed a mistake

This commit is contained in:
Jakub Kropáček 2024-09-16 22:06:27 +02:00
parent a072724afb
commit 0850df9a60

View file

@ -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";
}; };