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 = { gtk = {
enable = true; enable = true;
cursorTheme.package = pkgs.catppuccin-cursors; cursorTheme = {
cursorTheme.name = "macchiatoLavender"; package = pkgs.catppuccin-cursors.macchiatoLavender;
name = "Catppuccin-Macchiato-Lavender-Cursors";
};
iconTheme = { iconTheme = {
package = pkgs.catppuccin-papirus-folders; package = pkgs.catppuccin-papirus-folders;
name = "Papirus-Dark"; name = "Papirus-Dark";