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

6 lines
87 B
Nix
Raw Normal View History

2025-07-28 02:34:00 +01:00
{
2025-07-29 18:20:33 +01:00
flake.modules.homeManager.base = {
programs.zsh.dotDir = ".config/zsh";
};
2025-07-28 02:34:00 +01:00
}