zsh
This commit is contained in:
parent
f2dc32ac0c
commit
ed93f5ec7e
3 changed files with 6 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
./persist.nix
|
||||
./playerctld.nix
|
||||
./rofi.nix
|
||||
./sops.nix
|
||||
# ./sops.nix
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
./steam.nix
|
||||
./stylix.nix
|
||||
./wayland.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
|||
4
system/zsh.nix
Normal file
4
system/zsh.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue