nightfox-gtk-theme: update tweak variant list

update `nativeBuildInputs` to include the `gnome-shell`

nixfmt

remove `gnome-shell` from `nativeBuildInputs`
This commit is contained in:
Vera Gonzalez
2025-11-20 08:57:10 +08:00
committed by aleksana
parent ec7f61e53b
commit bb38f0902d
+13 -8
View File
@@ -35,14 +35,19 @@ let
"yellow"
"all"
];
tweakVariantList = [
"nord"
"carbon"
"black"
"float"
"outline"
"macos"
];
tweakVariantList =
map (scheme: scheme + "fox") [
"carbon"
"dusk"
"nord"
"tera"
]
++ [
"black"
"float"
"outline"
"macos"
];
iconVariantList = [
"Duskfox"
"Duskfox-Alt"