803 current 2024-07-03 17:23:37 24.11.20240703.88f3dab 6.9.7-zen1 *

This commit is contained in:
zackartz 2024-07-03 17:23:42 -04:00
parent 5c7d1a9f97
commit f5108310ee
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,7 @@
with lib;
with lib.custom; let
cfg = config.rice.gtk;
ctp = config.catppuccin;
in {
options.rice.gtk = with types; {
enable = mkBoolOpt false "Enable GTK Customization";
@ -32,8 +33,8 @@ in {
iconTheme = {
name = "Papirus-Dark";
package = pkgs.catppuccin-papirus-folders.override {
accent = "pink";
flavor = "macchiato";
accent = ctp.accent;
flavor = ctp.flavor;
};
};