Files
nix-config/nixos/zsh.nix
Weckyy702 0524def0ad WIP
2026-01-12 11:23:10 +01:00

5 lines
99 B
Nix

{pkgs, username, ...}: {
programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh;
}