From d3239475561621eb02434ab3a8f6b08eeda60da5 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Mon, 5 Aug 2024 19:48:01 +0200 Subject: [PATCH] Revert "remove gtk.theme.name option" This reverts commit 98d63406354945a2c4543c84c5f7f3004884e286. --- user/usr-customization.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/usr-customization.nix b/user/usr-customization.nix index facb35d..ecdc249 100644 --- a/user/usr-customization.nix +++ b/user/usr-customization.nix @@ -1,4 +1,4 @@ { ... }: { - + gtk.theme.name = "Breeze"; }