refactor: compose hosts and home-manager features explicitly
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.personal-productivity = {
|
||||
imports = [
|
||||
homeModules.bitwarden
|
||||
homeModules.email
|
||||
homeModules.pim
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user