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
../../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"