nixos: home: forward profile configurations

Now that we migrated them all
This commit is contained in:
Bruno BELANYI 2024-01-03 16:51:34 +00:00
parent 198b8e7e0a
commit 2d3add3536

View file

@ -19,6 +19,11 @@ in
"${inputs.self}/modules/common";
"${inputs.self}/modules/home";
];
config = {
# Transparently enable home-manager profiles as well
inherit (config.my) profiles;
};
};
# Nix Flakes compatibility