Fix GTK theme

This commit is contained in:
ItsDrike 2024-08-07 21:53:57 +02:00
parent 3fea2d081e
commit db46856117
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -13,7 +13,7 @@ in {
theme = {
name = mkOption {
type = types.str;
default = "Tokyonight-Dark-BL";
default = "Tokyonight-Dark";
description = "The name for the GTK theme package";
};