From 9544ef0da5a68d25555d638576345d7e90f59fb0 Mon Sep 17 00:00:00 2001 From: sora Date: Thu, 9 Nov 2023 15:05:03 +0100 Subject: [PATCH] Update modules/home/wayland/base/default.nix --- modules/home/wayland/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/wayland/base/default.nix b/modules/home/wayland/base/default.nix index 1bba47e..937f172 100644 --- a/modules/home/wayland/base/default.nix +++ b/modules/home/wayland/base/default.nix @@ -6,8 +6,8 @@ let executable = true; text = '' dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=hyprland - systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr - systemctl --user start pipewire wireplumber pipewire-media-session xdg-desktop-portal xdg-desktop-portal-hyprland + systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-hyprland + systemctl --user start pipewire wireplumber pipewire-media-session xdg-desktop-portal-hyprland xdg-desktop-portal ''; }; in {