From 05ab0619c0921a836e79660d35c619162e73513a Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 5 Jul 2022 22:35:51 +0200 Subject: usecases/graphical: make GTK theme rimless --- usecases/desktop/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: { package = pkgs.unstable.graphite-gtk-theme.override { themeVariants = [color]; sizeVariants = ["compact"]; - tweaks = ["normal"]; + tweaks = ["normal" "rimless"]; }; name = "Graphite-${color}-dark-compact"; }; -- cgit v1.2.3