♻️ (home) replace deprecated gtk cursor config
This commit is contained in:
parent
f8ec9e66d6
commit
9ee9ccebff
|
@ -15,10 +15,11 @@
|
||||||
icon = {
|
icon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
cursor = {
|
|
||||||
enable = true;
|
|
||||||
accent = "dark";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
catppuccin.pointerCursor = {
|
||||||
|
enable = true;
|
||||||
|
accent = "dark";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue