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