♻️ (home) replace deprecated gtk cursor config
This commit is contained in:
parent
f8ec9e66d6
commit
9ee9ccebff
|
@ -15,10 +15,11 @@
|
|||
icon = {
|
||||
enable = true;
|
||||
};
|
||||
cursor = {
|
||||
enable = true;
|
||||
accent = "dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin.pointerCursor = {
|
||||
enable = true;
|
||||
accent = "dark";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: let
|
||||
hyprland = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
cursor = config.gtk.catppuccin.cursor;
|
||||
cursor = config.catppuccin.pointerCursor;
|
||||
in {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue