options/style: switch to adw-gtk3 gtk theme
This commit is contained in:
parent
d9b7345c88
commit
69a2405840
1 changed files with 2 additions and 4 deletions
|
@ -80,15 +80,13 @@ in {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Name for the GTK theme";
|
description = "Name for the GTK theme";
|
||||||
default = "Catppuccin-GTK-Purple-Dark";
|
default = "adw-gtk3";
|
||||||
};
|
};
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = package;
|
type = package;
|
||||||
description = "Package providing the GTK theme";
|
description = "Package providing the GTK theme";
|
||||||
|
|
||||||
default = pkgs.magnetic-catppuccin-gtk.override {
|
default = pkgs.adw-gtk3;
|
||||||
accent = ["purple"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue