From c37d9f7a4338324ee3486e47b4986e709966edbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 21:11:13 +0200 Subject: [PATCH] System Gen74 @ 2025-06-24-21:11:12 by jonas@monolith --- hosts/monolith/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 5a6cfbf..9ad1a30 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -45,6 +45,8 @@ hive.nix-scripts.enable = true; hive.displayManager.name = "sddm"; hive.plasma.enable = true; + hive.kwallet.enable = true; + hive.kwallet.forUsers = ["jonas"]; hive.virt-manager.enable = true; hive.virt-manager.forUsers = ["jonas"]; hive.bluetooth.enable = true;