summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-04-05 21:23:11 +0800
committerBobby Rong <rjl931189261@126.com>2024-04-05 21:23:11 +0800
commitbd3f680d370e43986224bf2b83047238f2bbd039 (patch)
treec1514164559498045039bc4d3f97914db0e5aecc /nixos/modules/services/x11
parentfd281bd6b7d3e32ddfa399853946f782553163b5 (diff)
pantheon.gala: Backport Wayland menu commit
gala-daemon actually needs a correct environment for `AppInfo.launch_default_for_uri`.
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 2cfdc69b86e0..b9ca6bd4ba8d 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -190,22 +190,6 @@ in
"org.gnome.SettingsDaemon.XSettings.service"
];
- # https://github.com/elementary/gala/issues/1826#issuecomment-1890461298
- systemd.user.services."io.elementary.gala.daemon@" = {
- unitConfig = {
- Description = "Gala Daemon";
- BindsTo = "io.elementary.gala@.service";
- After = "io.elementary.gala@.service";
- };
-
- serviceConfig = {
- Type = "dbus";
- BusName = "org.pantheon.gala.daemon";
- ExecStart = "${pkgs.pantheon.gala}/bin/gala-daemon";
- Slice = "session.slice";
- };
- };
-
# Global environment
environment.systemPackages = (with pkgs.pantheon; [
elementary-session-settings