aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/touchegg.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/touchegg.nix b/gui/touchegg.nix
index 9b74195..1455da8 100644
--- a/gui/touchegg.nix
+++ b/gui/touchegg.nix
@@ -1,8 +1,6 @@
{ pkgs, ... }:
{
- home.packages = [ pkgs.touchegg ];
-
home.file.".config/touchegg/touchegg.conf".source = ./conf/touchegg.conf;
systemd.user.services.touchegg = {