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;