From be7bebcc7e274037fdc12d290b0454a81114adc3 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 29 Apr 2025 13:57:19 +0200 Subject: [PATCH] hosts/{hermit, temperance}: enable quickshell --- hosts/hermit/configuration.nix | 3 +++ hosts/temperance/configuration.nix | 1 + 2 files changed, 4 insertions(+) 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 = {