From 04d420db523de95757aed2800e4d6a335f462d5c Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 17:38:18 -0400 Subject: [PATCH] Hyprcursor maybe? --- modules/hypr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hypr/default.nix b/modules/hypr/default.nix index 1d36ae0..edc568f 100644 --- a/modules/hypr/default.nix +++ b/modules/hypr/default.nix @@ -16,6 +16,6 @@ systemPackages = with pkgs; [ hyprcursor - ] + ]; }; }