♻️ (home) replace deprecated gtk cursor config

This commit is contained in:
Laureηt 2024-06-29 22:56:42 +02:00
parent f8ec9e66d6
commit 9ee9ccebff
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 6 additions and 5 deletions

View file

@ -15,10 +15,11 @@
icon = { icon = {
enable = true; enable = true;
}; };
cursor = {
enable = true;
accent = "dark";
};
}; };
}; };
catppuccin.pointerCursor = {
enable = true;
accent = "dark";
};
} }

View file

@ -6,7 +6,7 @@
... ...
}: let }: let
hyprland = inputs.hyprland.packages."${pkgs.system}".hyprland; hyprland = inputs.hyprland.packages."${pkgs.system}".hyprland;
cursor = config.gtk.catppuccin.cursor; cursor = config.catppuccin.pointerCursor;
in { in {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;