diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 6d73933..8140469 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -26,9 +26,12 @@ modules = { desktops.hyprland.enable = true; + theming = { gtk.enable = true; + quickshell.enable = true; }; + system = { boot.systemd-boot.enable = true; impermanence.enable = false; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index a3a09dc..655f67f 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -68,6 +68,7 @@ in { theming = { gtk.enable = true; + quickshell.enable = true; }; services = {