diff options
| -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 | 
