fix: try breaking it out different
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{config, pkgs, lib, ...}:
|
||||
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
lib.mkIf ( profile == "work" ) {
|
||||
home-manager.users.emmathorpe.imports = [ ./home.nix ../system/modules/work/default.nix ];
|
||||
};
|
||||
lib.mkIf ( profile == "home" ) {
|
||||
home-manager.users.emmathorpe.imports = [ ./home.nix ];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user