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 - ] + ]; }; }