From 52f2ebede3efef264fa1b77e8f8040f1809e91ee Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sat, 11 Nov 2023 22:11:14 +0200 Subject: [PATCH] theming.nix: GTK-3 and -4 entries should not contain quotes (#135) --- modules/theming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/theming.nix b/modules/theming.nix index 78a6430..a82cb18 100644 --- a/modules/theming.nix +++ b/modules/theming.nix @@ -26,7 +26,7 @@ in [Settings] gtk-cursor-theme-name=Quintom_Ink gtk-cursor-theme-size=16 - gtk-font-name = "Overpass 10" + gtk-font-name=Overpass 10 gtk-icon-theme-name=Flat-Remix-Blue-Dark gtk-theme-name=Flat-Remix-GTK-Blue-Darkest ''; @@ -34,7 +34,7 @@ in [Settings] gtk-cursor-theme-name=Quintom_Ink gtk-cursor-theme-size=16 - gtk-font-name = "Overpass 10" + gtk-font-name=Overpass 10 gtk-icon-theme-name=Flat-Remix-Blue-Dark gtk-theme-name=Flat-Remix-GTK-Blue-Darkest '';