cursor fix
This commit is contained in:
parent
85c19f8b43
commit
309ef2ecfe
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
catppuccin.cursors.enable = false; # managed manually below to use the "Light" cursor variant
|
catppuccin.cursors.enable = false; # managed manually below to use the "Light" cursor variant
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.catppuccin-cursors."${ctp-opt.flavor}Light";
|
package = pkgs.catppuccin-cursors."${ctp-opt.flavor}Light";
|
||||||
name = lib.mkOverride 30 "catppuccin-${ctp-opt.flavor}-light-cursors";
|
name = lib.mkOverride 30 "catppuccin-${ctp-opt.flavor}-light-cursors";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue