about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-11-26 13:15:29 +0100
committerAlyssa Ross <hi@alyssa.is>2023-11-26 13:15:29 +0100
commitfb68876e0a3c32c14ce6731192403d18737ef4c7 (patch)
treeba5b44b44c8ac9740d84a6270ed5a536018d45aa /modules
parent003b99cd1405465b60220889cf185813f479cfd7 (diff)
downloadnixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar.gz
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar.bz2
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar.lz
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar.xz
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.tar.zst
nixlib-fb68876e0a3c32c14ce6731192403d18737ef4c7.zip
modules/sway: don't try to use pipewire-media-session
This isn't installed.
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix b/modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix
index 9a63f5fce6c4..4cee84891539 100644
--- a/modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix
+++ b/modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix
@@ -6,8 +6,7 @@
   programs.sway.extraConfig = ''
     exec ${pkgs.writeShellScript "sway-portal-environment" ''
       dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
-      systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr
-      systemctl --user start pipewire-media-session
+      systemctl --user stop pipewire xdg-desktop-portal xdg-desktop-portal-wlr
     ''}
   '';
 }