5 lines
87 B
Nix
5 lines
87 B
Nix
{
|
|
flake.modules.homeManager.base = {
|
|
programs.zsh.dotDir = ".config/zsh";
|
|
};
|
|
}
|