mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 06:24:35 +00:00
Fix GTK theme
This commit is contained in:
parent
3fea2d081e
commit
db46856117
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue