mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
feat(workstation): set zsh shell as default
This commit is contained in:
parent
c71256ea60
commit
0b81b817b8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue