summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-18 10:52:35 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-18 11:35:55 +0800
commit62103c4e41fdcbfa3e9ee9cf424e32102ed54e72 (patch)
tree3b7340a02c960ba7afdda319cd5a8a071b6b4fc7 /nixos/modules/services/x11
parent4eca6d89f9adfe8842989e94ea9813e7dd09bc9e (diff)
downloadnixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar.gz
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar.bz2
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar.lz
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar.xz
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.tar.zst
nixpkgs-62103c4e41fdcbfa3e9ee9cf424e32102ed54e72.zip
pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheon
Only used by Pantheon AFAIK.
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 3296b722048..980a6b939d5 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -227,9 +227,9 @@ in
       environment.sessionVariables.GTK_CSD = "1";
       environment.etc."gtk-3.0/settings.ini".source = "${pkgs.pantheon.elementary-default-settings}/etc/gtk-3.0/settings.ini";
 
-      xdg.portal.extraPortals = with pkgs; [
-        pantheon.elementary-files
-        pantheon.elementary-settings-daemon
+      xdg.portal.extraPortals = with pkgs.pantheon; [
+        elementary-files
+        elementary-settings-daemon
         xdg-desktop-portal-pantheon
       ];