From 2f3d0da8f3b74bd1f9c0a75a871a69f7ff278f76 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 10 Mar 2024 07:51:13 -0400 Subject: [PATCH] nix: add hyprcursor overlay --- modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix.nix b/modules/nix.nix index eb270a8..6206d34 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -8,6 +8,7 @@ inputs.hypridle.overlays.default inputs.hyprlock.overlays.default inputs.hyprpicker.overlays.default + inputs.hyprcursor.overlays.default ]; config = { allowUnfree = true;