From 0b81b817b8f9ce45873d563b938fc02ad0610098 Mon Sep 17 00:00:00 2001 From: harry123 Date: Fri, 4 Jul 2025 14:12:14 +0200 Subject: [PATCH] feat(workstation): set zsh shell as default --- hosts/workstation/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 4ed093d..2342b3a 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -15,7 +15,7 @@ ./hardware-configuration.nix ../../shared/client/niri.nix ../../shared - ./software + ./features ]; # Bootloader. @@ -68,6 +68,7 @@ users.users.misschloe777 = { isNormalUser = true; description = "misschloe777"; + shell = pkgs.zsh; extraGroups = [ "networkmanager" "wheel"