7 lines
133 B
Nix
7 lines
133 B
Nix
{
|
|
flake.modules.homeManager.base =
|
|
{ config, ... }:
|
|
{
|
|
programs.zsh.dotDir = "${config.xdg.configHome}/zsh";
|
|
};
|
|
}
|