feat(graphical): Enable graphical modules for darwin and nixos
This commit is contained in:
parent
26e21a4edd
commit
b085f92226
3 changed files with 11 additions and 8 deletions
|
@ -43,7 +43,7 @@ let
|
|||
cfg.modules.darwin.default
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
{ home-manager = globalCfg name value; }
|
||||
];
|
||||
] ++ optional value.graphical cfg.modules.darwin.graphical;
|
||||
}
|
||||
else
|
||||
{ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue