options/style: switch to adw-gtk3 gtk theme

This commit is contained in:
Anthony Rodriguez 2025-02-04 21:18:50 +01:00
parent d9b7345c88
commit 69a2405840
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -80,15 +80,13 @@ in {
name = mkOption {
type = str;
description = "Name for the GTK theme";
default = "Catppuccin-GTK-Purple-Dark";
default = "adw-gtk3";
};
package = mkOption {
type = package;
description = "Package providing the GTK theme";
default = pkgs.magnetic-catppuccin-gtk.override {
accent = ["purple"];
};
default = pkgs.adw-gtk3;
};
};