fixup! nixos: home: forward profile configurations

This commit is contained in:
Bruno BELANYI 2024-01-03 17:50:47 +00:00
parent fefd405e08
commit 37cfcadfc6

View file

@ -21,8 +21,10 @@ in
];
config = {
# Transparently enable home-manager profiles as well
inherit (config.my) profiles;
my = {
# Transparently enable home-manager profiles as well
inherit (config.my) profiles;
};
};
};