summaryrefslogtreecommitdiffstats
path: root/tv/2configs/pulse.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-14 16:43:44 +0100
committertv <tv@krebsco.de>2016-02-14 16:43:44 +0100
commit5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (patch)
tree9ad43f3e2b90f7082146f8478bbf88810d92f803 /tv/2configs/pulse.nix
parent2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff)
RIP specialArgs.lib
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r--tv/2configs/pulse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix
index e1894ca..8e611f2 100644
--- a/tv/2configs/pulse.nix
+++ b/tv/2configs/pulse.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
-with lib;
+with config.krebs.lib;
let
pkg = pkgs.pulseaudioLight;
runDir = "/run/pulse";