From 7819771a61f577360c2401d9232cadc25a969e15 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 15 Feb 2019 22:50:37 +0100 Subject: Add uictrl dependencies --- gui/touchegg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/touchegg.nix') diff --git a/gui/touchegg.nix b/gui/touchegg.nix index fee4344..aaa2195 100644 --- a/gui/touchegg.nix +++ b/gui/touchegg.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { - home.file.".config/touchegg/touchegg.conf".lines = let + home.file.".config/touchegg/touchegg.conf".text = let uictrl = pkgs.lib.callPackageWith pkgs ./pkgs/uictrl.nix { }; in '' -- cgit v1.2.3