diff options
author | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
commit | 2c03c42bd62e6890f4193e3023b286a80e6d1dcd (patch) | |
tree | f1ee58f82393126da03086e92692c6e6bc04683e /tv/2configs/pulse.nix | |
parent | 3853645a5e3891802d6b3d5bb015e85aaf4e5bfe (diff) | |
parent | 9170f1618efed14db081d1d3c3daa14bf3aabd8f (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r-- | tv/2configs/pulse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix index f720ad473..513a0eb17 100644 --- a/tv/2configs/pulse.nix +++ b/tv/2configs/pulse.nix @@ -2,7 +2,7 @@ with import <stockholm/lib>; let - pkg = pkgs.pulseaudioLight; + pkg = pkgs.pulseaudio; runDir = "/run/pulse"; pkgs_i686 = pkgs.pkgsi686Linux; |