marleyos/modules/home/shell/qt.nix
2025-05-26 13:43:13 -07:00

11 lines
132 B
Nix

{
lib,
config,
...
}: {
config = lib.mkIf config.marleycfg.profiles.desktop {
qt = {
enable = true;
};
};
}