From 4c932f5f48b3acfcffcaf9f67d807235fd9310ed Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 15 Jun 2023 18:14:03 -0400 Subject: [PATCH] feat: handle touch plugin --- nixos/cfg/home-manager.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/cfg/home-manager.nix b/nixos/cfg/home-manager.nix index 27f5c98..8d21897 100644 --- a/nixos/cfg/home-manager.nix +++ b/nixos/cfg/home-manager.nix @@ -17,8 +17,6 @@ src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/v0.26.0.tar.gz"; }).defaultNix; - #hyprland-touch-gestures = (with import {}; callPackage ./hyprland-touch-gestures.nix {}); - in { programs.waybar = { enable = true; @@ -97,7 +95,7 @@ enable = true; plugins = with pkgs; [ - #hyprland-touch-gestures + /nix/store/60x0zlg3fbq7nzz8249fxsb89pn541z8-hyprland-touch-gestures-0.3.0/lib/libtouch-gestures.so ]; extraConfig = ''