home-manager: rearrange config
This commit is contained in:
parent
9fa74d52c1
commit
a0a94b86ff
3 changed files with 13 additions and 18 deletions
|
@ -11,4 +11,9 @@ 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