diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-21T13·50+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-21T13·52+0000 |
commit | 1c0bf5c4519ffd6e2e619531ef0efc55ff8425ee (patch) | |
tree | d39cf87155656705b798a31054102119601f40d4 | |
parent | 9456697a946b421d30d15bb96912d60d8b23b735 (diff) |
fix(tazjin/tverskoy): Ensure 'pactl' command is available r/2312
This is required for my volume modification keyboard shortcuts. Change-Id: I95e02be5b08e1f8a14746ace61226e903fbc68a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2634 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 55d846c01f72..0a44a97fc871 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -221,6 +221,7 @@ in lib.fix(self: { pavucontrol pinentry pinentry-emacs + pulseaudioLight # for pactl pwgen quasselClient ripgrep |