From bcc541f8f1be709d5de30593a7a5e37bd7663bf0 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 31 Jul 2025 11:15:38 +0200 Subject: feat: combine settings --- hosts/desktop/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/desktop/configuration.nix') 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" -- cgit v1.3.1