Files
rice-flakes/modules/core/zsh/zsh.nix

12 lines
132 B
Nix

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