nixos/pantheon: enable xdg desktop integration

This prevents the embarrassing situation in https://github.com/NixOS/nixpkgs/pull/163828 from happening again.
This commit is contained in:
Bobby Rong 2022-03-13 12:50:17 +08:00
parent fcd48a5a06
commit 65f9112d6b
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -227,6 +227,7 @@ in
# Settings from elementary-default-settings
environment.etc."gtk-3.0/settings.ini".source = "${pkgs.pantheon.elementary-default-settings}/etc/gtk-3.0/settings.ini";
xdg.portal.enable = true;
xdg.portal.extraPortals = with pkgs.pantheon; [
elementary-files
elementary-settings-daemon