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