diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index de83b42..587cc3d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -51,6 +51,8 @@ "video" "input" ]; + shell = pkgs.zsh; + ignoreShellProgramCheck = true; }; services = { @@ -62,9 +64,6 @@ programs.dconf.enable = true; - users.users.${username}.shell = pkgs.zsh; - users.users.${username}.ignoreShellProgramCheck = true; - nix.settings.experimental-features = [ "nix-command" "flakes" |
