Added cursor theme
This commit is contained in:
parent
5838527b6c
commit
eae8f61a59
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user