summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecases/desktop/graphical.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix
index 1a841b3..1134b4c 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -125,7 +125,7 @@ inputs: {
125 sizeVariants = ["compact"]; 125 sizeVariants = ["compact"];
126 tweaks = ["normal" "rimless"]; 126 tweaks = ["normal" "rimless"];
127 }; 127 };
128 name = "Graphite-${color}-dark-compact"; 128 name = "Graphite-${color}-Dark-compact";
129 }; 129 };
130 130
131 gtk4.extraConfig = { 131 gtk4.extraConfig = {