use catppuccin papirus folders icons

This commit is contained in:
Laureηt 2023-06-03 21:06:56 +02:00
parent 04a608edf8
commit c898cccbf0
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,24 +1,31 @@
{ pkgs, ... }: { { pkgs, ... }: {
gtk = { gtk = {
enable = true; enable = true;
font = { font = {
name = "Inter"; name = "Inter";
package = pkgs.inter; package = pkgs.inter;
size = 10; size = 10;
}; };
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Catppuccino-Mocha-Dark";
package = pkgs.papirus-icon-theme; package = pkgs.catppuccin-papirus-folders.override {
flavor = "mocha";
accent = "blue";
};
}; };
theme = { theme = {
name = "Catppuccin-Mocha-Compact-Blue-Dark"; name = "Catppuccin-Mocha-Compact-Blue-Dark";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "blue" ];
size = "compact";
tweaks = [ "rimless" "normal" ]; tweaks = [ "rimless" "normal" ];
accents = [ "blue" ];
variant = "mocha"; variant = "mocha";
size = "compact";
}; };
}; };
}; };
home.pointerCursor = { home.pointerCursor = {