summaryrefslogtreecommitdiffstats
path: root/usecases
diff options
context:
space:
mode:
Diffstat (limited to 'usecases')
-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 208c827..1a841b3 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -123,7 +123,7 @@ inputs: {
123 package = pkgs.unstable.graphite-gtk-theme.override { 123 package = pkgs.unstable.graphite-gtk-theme.override {
124 themeVariants = [color]; 124 themeVariants = [color];
125 sizeVariants = ["compact"]; 125 sizeVariants = ["compact"];
126 tweaks = ["normal"]; 126 tweaks = ["normal" "rimless"];
127 }; 127 };
128 name = "Graphite-${color}-dark-compact"; 128 name = "Graphite-${color}-dark-compact";
129 }; 129 };