diff options
Diffstat (limited to 'sys/seat/default.nix')
| -rw-r--r-- | sys/seat/default.nix | 3 |
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; }) ]); |
