export home-manager config from homeManagerModules

This commit is contained in:
Katherina Walshe-Grey 2024-09-17 18:40:15 +01:00
parent f4da07c4e6
commit a6359fdd36
2 changed files with 18 additions and 7 deletions

View file

@ -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 ];
};
}