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.enable = true;
|
||||||
catppuccin.flavor = "macchiato";
|
catppuccin.flavor = "macchiato";
|
||||||
catppuccin.accent = "pink";
|
catppuccin.accent = "rosewater";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
with lib.custom; let
|
with lib.custom; let
|
||||||
cfg = config.rice.gtk;
|
cfg = config.rice.gtk;
|
||||||
|
ctp = config.catppuccin;
|
||||||
in {
|
in {
|
||||||
options.rice.gtk = with types; {
|
options.rice.gtk = with types; {
|
||||||
enable = mkBoolOpt false "Enable GTK Customization";
|
enable = mkBoolOpt false "Enable GTK Customization";
|
||||||
|
|
@ -32,8 +33,8 @@ in {
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
package = pkgs.catppuccin-papirus-folders.override {
|
package = pkgs.catppuccin-papirus-folders.override {
|
||||||
accent = "pink";
|
accent = ctp.accent;
|
||||||
flavor = "macchiato";
|
flavor = ctp.flavor;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue