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;