fixup! nixos: home: forward profile configurations
This commit is contained in:
parent
fefd405e08
commit
37cfcadfc6
1 changed files with 4 additions and 2 deletions
|
|
@ -21,8 +21,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Transparently enable home-manager profiles as well
|
my = {
|
||||||
inherit (config.my) profiles;
|
# Transparently enable home-manager profiles as well
|
||||||
|
inherit (config.my) profiles;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue