export home-manager config from homeManagerModules
This commit is contained in:
parent
f4da07c4e6
commit
a6359fdd36
2 changed files with 18 additions and 7 deletions
|
@ -11,9 +11,4 @@ in {
|
|||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
home-manager.users.qenya = { config, lib, pkgs, osConfig, ... }: {
|
||||
home.homeDirectory = osConfig.users.users.qenya.home;
|
||||
imports = [ ../../home/qenya ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue