fix cursor theme
See: https://discourse.nixos.org/t/gtk-settings-suddenly-not-applying/47381/11 https://discourse.nixos.org/t/mouse-cursors-broke-after-recent-nixos-rebuild/46790
This commit is contained in:
parent
53ea992ae2
commit
46bb394a5e
|
@ -278,7 +278,7 @@
|
|||
# https://wiki.nixos.org/wiki/Cursor_Themes
|
||||
home.pointerCursor = {
|
||||
package = pkgs.catppuccin-cursors.latteLight;
|
||||
name = "Catppuccin-Latte-Light-Cursors";
|
||||
name = "catppuccin-latte-light-cursors";
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
|
|
Loading…
Reference in a new issue