shared/nixosModules/style: use sharedModules
This commit is contained in:
parent
1271294049
commit
66ff9820f8
1 changed files with 9 additions and 7 deletions
|
@ -21,12 +21,14 @@ in {
|
|||
mkIf
|
||||
cfg.enable
|
||||
{
|
||||
home-manager.users.${config.local.systemVars.username} = {
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
home.pointerCursor = {
|
||||
inherit (cfg.cursorTheme) name package size;
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue