Change cursors
This commit is contained in:
parent
c8f0cf6b6c
commit
61f2618b5a
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
||||||
sessionPath = [ "$HOME/.local/bin" ];
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.catppuccin-cursors.mochaLight;
|
||||||
name = "Bibata-Modern-Ice";
|
name = "Catpuccin-Mocha-Light-Cursors";
|
||||||
size = 48;
|
size = 22;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue