diff options
author | Minijackson <minijackson@riseup.net> | 2022-07-05 22:35:51 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-07-05 22:35:51 +0200 |
commit | 05ab0619c0921a836e79660d35c619162e73513a (patch) | |
tree | 28ed9f42f300a4a49784cc6c2ee1aabb03caf8d2 | |
parent | b77cd182ce93c33881446884c1d3dcb7a8c38a87 (diff) | |
download | nixos-config-reborn-05ab0619c0921a836e79660d35c619162e73513a.tar.gz nixos-config-reborn-05ab0619c0921a836e79660d35c619162e73513a.zip |
usecases/graphical: make GTK theme rimless
-rw-r--r-- | usecases/desktop/graphical.nix | 2 |
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 | }; |