Files
rice-flakes/modules/home/zsh/zsh.nix
2025-07-09 11:46:32 -05:00

7 lines
100 B
Nix

{ username, ... }:
{
config.hjem.users.${username}.rum.programs.zsh = {
enable = true;
};
}