mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +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
|
./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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue