From f44df161f10d9456304e9063c868f16d097ac686 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Sat, 24 May 2025 13:22:23 +0200 Subject: [PATCH] Added gtk theme --- commit_text | 2 +- configuration.nix | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index 2a4095c..0fcb28b 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed keyd config +Added gtk theme diff --git a/configuration.nix b/configuration.nix index b94c3fe..a13f08f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -265,6 +265,14 @@ cores = 4; graphics = true; }; + + gtk = { + enable = true; + theme = { + name = "Breeze-Dark"; + package = pkgs.kdePackages.breeze-gtk; + }; + }; }; # This value determines the NixOS release from which the default