mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:54:35 +00:00
Fix GTK theme
This commit is contained in:
parent
3fea2d081e
commit
db46856117
|
@ -13,7 +13,7 @@ in {
|
||||||
theme = {
|
theme = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "Tokyonight-Dark-BL";
|
default = "Tokyonight-Dark";
|
||||||
description = "The name for the GTK theme package";
|
description = "The name for the GTK theme package";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue