Enable catppuccin on picard

This commit is contained in:
Andrea Ciceri 2024-09-23 13:47:17 +02:00
parent 7d5c1d1860
commit 4caa879c4e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
9 changed files with 84 additions and 99 deletions

View file

@ -56,21 +56,20 @@ in
gtk = {
enable = true;
font.name = "Sans,Symbols Nerd Font";
# font.name = lib.mkForce "Sans,Symbols Nerd Font";
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
};
cursorTheme = {
name = "catppuccin-mocha-sapphire";
package = pkgs.catppuccin-cursors;
size = 48;
};
# cursorTheme = {
# name = "catppuccin-mocha-sapphire";
# package = pkgs.catppuccin-cursors;
# size = 48;
# };
};
qt = {
enable = true;
platformTheme.name = "gtk3";
};
# services.kanshi = {