Added cursor theme

This commit is contained in:
Nathan Anderson 2024-03-19 11:13:58 -06:00
parent 5838527b6c
commit eae8f61a59

View File

@ -197,8 +197,10 @@
gtk = {
enable = true;
cursorTheme.package = pkgs.catppuccin-cursors;
cursorTheme.name = "macchiatoLavender";
cursorTheme = {
package = pkgs.catppuccin-cursors.macchiatoLavender;
name = "Catppuccin-Macchiato-Lavender-Cursors";
};
iconTheme = {
package = pkgs.catppuccin-papirus-folders;
name = "Papirus-Dark";