modules/theme/gtk: switch to papirus dark icons

This commit is contained in:
Anthony Rodriguez 2024-12-16 00:01:10 +01:00
parent 6774a216d7
commit 11126aed45
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -34,13 +34,16 @@ in {
name = mkOption {
type = str;
description = "The name for the icon theme that will be used for GTK programs";
default = "rose-pine";
default = "Papirus-Dark";
};
package = mkOption {
type = package;
description = "The GTK icon theme to be used";
default = pkgs.rose-pine-icon-theme;
default = pkgs.catppuccin-papirus-folders.override {
flavor = "mocha";
accent = "lavender";
};
};
};
};