no more silly cursor

This commit is contained in:
notgne2 2025-10-16 02:49:15 -07:00
parent 8426d1b07b
commit cabe7153ed
No known key found for this signature in database

View file

@ -88,18 +88,12 @@ in {
portalPackage = pkgs.xdg-desktop-portal-hyprland;
plugins = with pkgs.hyprlandPlugins; [
# inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3
# inputs.hypr-dynamic-cursors.packages.${pkgs.stdenv.hostPlatform.system}.hypr-dynamic-cursors
hy3
hypr-dynamic-cursors
(inputs.hypr-darkwindow.packages.${pkgs.stdenv.hostPlatform.system}.Hypr-DarkWindow.overrideAttrs (super: {
buildInputs = with pkgs; [hyprland.dev] ++ hyprland.buildInputs;
}))
];
settings = {
"plugin:dynamic-cursors" = {
mode = "rotate";
shake.enabled = false;
};
"plugin:hy3" = {
no_gaps_when_only = 1;
};