hermit/configuration.nix: enable gtk theming

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 1e8007f233

View file

@ -25,6 +25,9 @@
modules = {
desktops.hyprland.enable = true;
theming = {
gtk.enable = true;
};
system = {
boot.systemd-boot.enable = true;
impermanence.enable = false;