From 8966d9eaff9369ca01ab24e6e5150e1c50675fd5 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 9 Sep 2024 21:44:28 -0600 Subject: sys/seat: enable xdg.portal.wlre --- sys/seat/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/seat/default.nix b/sys/seat/default.nix index 17ddfe8..374ae69 100644 --- a/sys/seat/default.nix +++ b/sys/seat/default.nix @@ -56,6 +56,7 @@ in jack.enable = true; pulse.enable = true; + wireplumber.enable = true; }; # Remove sound.enable or set it to false if you had it set previously, as sound.enable is only meant for ALSA-based configurations @@ -113,6 +114,8 @@ in }; }; + xdg.portal.wlr.enable = true; + users.groups.adbusers.gid = 1008; }) ]); -- cgit v1.2.3