Fix xdg-portals
This commit is contained in:
@@ -122,7 +122,7 @@ in
|
|||||||
drivers = with pkgs; [
|
drivers = with pkgs; [
|
||||||
gutenprint
|
gutenprint
|
||||||
];
|
];
|
||||||
cups-pdf.enable = true;
|
cups-pdf.enable = lib.mkDefault true;
|
||||||
browsing = lib.mkDefault true;
|
browsing = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -192,5 +192,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = lib.mkDefault true;
|
||||||
|
xdg.portal.extraPortals = lib.mkDefault [
|
||||||
|
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||||
|
pkgs.xdg-desktop-portal-gnome
|
||||||
|
];
|
||||||
|
xdg.portal.config.common.default = lib.mkDefault "*";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraPortals = lib.mkForce [
|
extraPortals = lib.mkForce [
|
||||||
pkgs.kdePackages.xdg-desktop-portal-kde
|
pkgs.xdg-desktop-portal-gnome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user