From a62c8f7f88ad24c3bc1ea2e001b606a267ed9122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 3 May 2025 18:09:04 +0200 Subject: [PATCH] System Gen183 @ 2025-05-03-18:08:12 by jonas@comfy-station --- hosts/comfy-station/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index d11ea1f..f6470b9 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -28,8 +28,10 @@ programs.zsh.enable = true; # hive modules + hive.nix-scripts.enable = true; hive.displayManager.name = "sddm"; hive.hyprland.enable = true; + hive.plasma.enable = true; hive.kwallet.enable = true; hive.kwallet.forUsers = ["jonas"]; hive.virt-manager.enable = true;