flake: home-manager: import common modules

This commit is contained in:
Bruno BELANYI 2024-01-03 16:50:16 +00:00
parent 82af30ef08
commit 298935eb2f

View file

@ -19,6 +19,8 @@ let
# Enable home-manager
programs.home-manager.enable = true;
}
# Import common modules
"${self}/modules/common"
];
mkHome = name: system: inputs.home-manager.lib.homeManagerConfiguration {