options/style: switch to kora as default icon theme

This commit is contained in:
Anthony Rodriguez 2025-02-10 17:37:41 +01:00
parent 6f4e01d8fa
commit ceac787218
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

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