From fb68876e0a3c32c14ce6731192403d18737ef4c7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 26 Nov 2023 13:15:29 +0100 Subject: modules/sway: don't try to use pipewire-media-session This isn't installed. --- modules/workstation/windowing/sway/xdg-desktop-portal-wlr/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/workstation') 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 ''} ''; } -- cgit 1.4.1