Switch GTK theme to Adwaita

This commit is contained in:
Tim Schubert 2021-11-20 13:40:01 +01:00
parent 96e1acbbcb
commit 86f5cd79d1
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -10,7 +10,7 @@ in
config = mkIf cfg.enable {
gtk = {
enable = true;
theme.name = "Adwaita-dark";
theme.name = "Adwaita";
};
};
}