nix-config/modules2/zsh/dot-dir.nix

5 lines
87 B
Nix

{
flake.modules.homeManager.base = {
programs.zsh.dotDir = ".config/zsh";
};
}