803 current 2024-07-03 17:23:37 24.11.20240703.88f3dab 6.9.7-zen1 *
This commit is contained in:
parent
5c7d1a9f97
commit
f5108310ee
2 changed files with 4 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
catppuccin.enable = true;
|
||||
catppuccin.flavor = "macchiato";
|
||||
catppuccin.accent = "pink";
|
||||
catppuccin.accent = "rosewater";
|
||||
|
||||
home.packages = [
|
||||
pkgs.gimp
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue