feat(graphical): Enable graphical modules for darwin and nixos

This commit is contained in:
Mohammad Rafiq 2025-07-14 01:37:51 +08:00
parent 26e21a4edd
commit b085f92226
No known key found for this signature in database
3 changed files with 11 additions and 8 deletions

View file

@ -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
{ }