Files
rice-flakes/modules/home/zsh/zsh.nix
2025-10-10 09:38:49 -05:00

12 lines
132 B
Nix

{
# hj.rum.programs.zsh = {
# enable = true;
# };
hj = {
files = {
".zshrc".source = ./.zshrc;
};
};
}