feat: add cursor support

This commit is contained in:
notohh 2023-02-07 20:05:55 -05:00
parent 0f03053ef0
commit e3c7078d6d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,7 +3,16 @@
config,
...
}: {
config.gtk = {
home.pointerCursor = {
package = pkgs.catppuccin-cursors;
name = "Catppuccin-Mocha-Pink";
size = 24;
gtk.enable = true;
x11.enable = true;
};
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Pink-Dark";