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