This commit is contained in:
Weckyy702
2026-01-12 11:23:10 +01:00
parent 6122cba650
commit 0524def0ad
16 changed files with 154 additions and 41 deletions

4
nixos/zsh.nix Normal file
View File

@@ -0,0 +1,4 @@
{pkgs, username, ...}: {
programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh;
}