change gtk theme to catpuccin

This commit is contained in:
Frost-Phoenix 2023-11-09 22:56:00 +01:00
parent c69b95fd60
commit e6c6db47b4

View file

@ -30,12 +30,12 @@ in
name = "matrix-gtk"; name = "matrix-gtk";
}; };
cursorTheme = { cursorTheme = {
name = "Catppuccin-Mocha-Dark"; name = "Catppuccin-Frappe-Dark";
}; };
}; };
home.pointerCursor = { home.pointerCursor = {
package = pkgs.catppuccin-cursors; package = pkgs.catppuccin-cursors;
name = "Catppuccin-Mocha-Red"; name = "Catppuccin-Frappe-Red";
size = 15; size = 15;
}; };
} }