home: install home-manager utility on headless
This commit is contained in:
parent
a13f97b70e
commit
11a62ca55f
1 changed files with 1 additions and 0 deletions
|
@ -77,5 +77,6 @@ in
|
||||||
programs.direnv.config = {
|
programs.direnv.config = {
|
||||||
global.warn_timeout = "24h";
|
global.warn_timeout = "24h";
|
||||||
};
|
};
|
||||||
|
programs.home-manager.enable = systemProfile == "headless";
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue