From 1e8007f2334a9b3b5d01023fe0b6010fcb321be2 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hermit/configuration.nix: enable gtk theming --- hosts/hermit/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 7e45d0a..d56dcb1 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -25,6 +25,9 @@ modules = { desktops.hyprland.enable = true; + theming = { + gtk.enable = true; + }; system = { boot.systemd-boot.enable = true; impermanence.enable = false;