diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-14 17:29:46 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-14 17:29:46 -0800 |
commit | d30a1df6fa61fe1909faadeccd93e91eee3761a6 (patch) | |
tree | 2d01f2afe12813c28962ed24cff73ccf6baac6e1 /hosts/common/desktop | |
parent | sway: obviously, keyboard is an input ... (diff) | |
download | world-d30a1df6fa61fe1909faadeccd93e91eee3761a6.tar.gz |
hosts: enable rtkit with audio module
Diffstat (limited to '')
-rw-r--r-- | hosts/common/desktop/sound.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/desktop/sound.nix b/hosts/common/desktop/sound.nix index 95c7c75..c72875d 100644 --- a/hosts/common/desktop/sound.nix +++ b/hosts/common/desktop/sound.nix @@ -3,6 +3,8 @@ { sound.enable = true; + security = { rtkit.enable = true; }; + environment.systemPackages = with pkgs; [ # We install it to get access to pactl. It isn't enabled or run as a service. pulseaudio |