Files
nixos-config/profiles/base/home-manager/zsh.nix
2025-08-04 22:45:52 +02:00

6 lines
47 B
Nix

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