summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-09-09 21:44:28 -0600
committerAlejandro Soto <alejandro@34project.org>2024-09-09 23:49:26 -0600
commit8966d9eaff9369ca01ab24e6e5150e1c50675fd5 (patch)
tree725096111d9cb4383f25d4496ab1773ca4403f04
parentbdb4a753326f5017f2e134a06275565741673f06 (diff)
sys/seat: enable xdg.portal.wlre
-rw-r--r--sys/seat/default.nix3
1 files changed, 3 insertions, 0 deletions
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;
})
]);