nixos: home: forward profile configurations
Now that we migrated them all
This commit is contained in:
parent
198b8e7e0a
commit
2d3add3536
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ in
|
||||||
"${inputs.self}/modules/common";
|
"${inputs.self}/modules/common";
|
||||||
"${inputs.self}/modules/home";
|
"${inputs.self}/modules/home";
|
||||||
];
|
];
|
||||||
|
|
||||||
|
config = {
|
||||||
|
# Transparently enable home-manager profiles as well
|
||||||
|
inherit (config.my) profiles;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nix Flakes compatibility
|
# Nix Flakes compatibility
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue