diff options
author | tv <tv@krebsco.de> | 2022-05-31 20:13:11 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-07-14 15:46:49 +0200 |
commit | f5eefc5cadd503b4dff96e184f53d202e026c16c (patch) | |
tree | bcec4a8638beb3a88d148fa2568139d91f290d4a | |
parent | d389189efd7efe36df6a285efdc6a9caea29b1fe (diff) |
tv: pulseaudioLight -> pulseaudio
-rw-r--r-- | tv/2configs/pulse.nix | 2 | ||||
-rw-r--r-- | tv/2configs/xserver/default.nix | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/tv/2configs/xserver/default.nix b/tv/2configs/xserver/default.nix index 5019d8002..8bedb0e81 100644 --- a/tv/2configs/xserver/default.nix +++ b/tv/2configs/xserver/default.nix @@ -128,7 +128,7 @@ in { config.imgur.xdg-open.browser = "/etc/profiles/per-user/tv/bin/cr"; config.timeout = 200; }) - pkgs.pulseaudioLight.out + pkgs.pulseaudio.out pkgs.rxvt_unicode pkgs.xcalib "/run/wrappers" # for su |