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 | 6880bdae903bece62fa459469cb4351f982dbff4 (patch) | |
| tree | 4ab38806cae73a5e520f6cc4a00a66f21e457e81 | |
| parent | 30ff12501e4186009608a0167fdaac97f2598d45 (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 f720ad4..513a0eb 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 5019d80..8bedb0e 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 | 
