nix-config/modules2/zsh/dot-dir.nix
Oliver Davies 556de5e482
All checks were successful
/ check (push) Successful in 1m38s
Move zsh configuration
2025-07-28 02:43:35 +01:00

3 lines
74 B
Nix

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