change gtk theme to catpuccin

This commit is contained in:
Frost-Phoenix 2023-11-09 23:04:56 +01:00
parent ee4b4049b9
commit da9017a4f3

View file

@ -7,6 +7,7 @@
pkgs.twemoji-color-font pkgs.twemoji-color-font
pkgs.noto-fonts-emoji pkgs.noto-fonts-emoji
]; ];
gtk = { gtk = {
enable = true; enable = true;
font = { font = {
@ -30,6 +31,7 @@
name = "Catppuccin-Frappe-Dark"; name = "Catppuccin-Frappe-Dark";
}; };
}; };
home.pointerCursor = { home.pointerCursor = {
package = pkgs.catppuccin-cursors; package = pkgs.catppuccin-cursors;
name = "Catppuccin-Frappe-Red"; name = "Catppuccin-Frappe-Red";