From 434f14707cce016b5901a5dfecbefb8c53edb661 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Tue, 2 Jun 2026 12:48:09 +0200 Subject: [PATCH] Enabled stylix to configure gtk --- modules/stylix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stylix/default.nix b/modules/stylix/default.nix index 5a35e8a..86f10de 100644 --- a/modules/stylix/default.nix +++ b/modules/stylix/default.nix @@ -50,6 +50,7 @@ console.enable = true; #Default console without desktop environment! (NOT KITTY!) grub.enable = false; qt.enable = true; + gtk.enable = true; }; }; }