From e5b9300043f1642b1816e2e06d0a66061f9bb06b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 15 Jun 2023 17:10:50 -0400 Subject: [PATCH] fix: correct some stuff that is not working --- nixos/cfg/home-manager.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/cfg/home-manager.nix b/nixos/cfg/home-manager.nix index 1d13590..27f5c98 100644 --- a/nixos/cfg/home-manager.nix +++ b/nixos/cfg/home-manager.nix @@ -13,11 +13,11 @@ flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz"; hyprland = (import flake-compat { + # I use release version for plugin support 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 {}) -; + #hyprland-touch-gestures = (with import {}; callPackage ./hyprland-touch-gestures.nix {}); in { programs.waybar = { @@ -97,7 +97,7 @@ enable = true; plugins = with pkgs; [ - hyprland-touch-gestures + #hyprland-touch-gestures ]; extraConfig = ''