nixos/system/zsh.nix
2024-06-07 18:59:14 +02:00

4 lines
88 B
Nix

{pkgs, ...}: {
# programs.zsh.enable = true;
# users.defaultUserShell = pkgs.zsh;
}