nixos-config/packages/pkgs-zsh.nix
2024-08-06 17:39:54 +02:00

7 lines
55 B
Nix

{ ... }
{
programs.zsh {
enable = true;
};
}