plasma: Allow PlasmaMobile
This commit is contained in:
parent
276793cdcd
commit
9d6f1f06f3
@ -5,6 +5,7 @@ let
|
|||||||
in {
|
in {
|
||||||
options.ptw.programs.plasma = {
|
options.ptw.programs.plasma = {
|
||||||
enable = lib.mkEnableOption "Enable KDE Plasma";
|
enable = lib.mkEnableOption "Enable KDE Plasma";
|
||||||
|
mobile = lib.mkEnableOption "Enable Plasma Mobile";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
@ -12,6 +13,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
runUsingSystemd = true;
|
runUsingSystemd = true;
|
||||||
supportDDC = true;
|
supportDDC = true;
|
||||||
|
mobile.enable = cfg.mobile;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
Loading…
Reference in New Issue
Block a user