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