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;