feat(workstation): set zsh shell as default

This commit is contained in:
chloe 2025-07-04 14:12:14 +02:00
parent c71256ea60
commit 0b81b817b8

View file

@ -15,7 +15,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
../../shared/client/niri.nix ../../shared/client/niri.nix
../../shared ../../shared
./software ./features
]; ];
# Bootloader. # Bootloader.
@ -68,6 +68,7 @@
users.users.misschloe777 = { users.users.misschloe777 = {
isNormalUser = true; isNormalUser = true;
description = "misschloe777"; description = "misschloe777";
shell = pkgs.zsh;
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"