System Gen229 @ 2026-03-29-17:54:43 by jonas@comfy-station

This commit is contained in:
2026-03-29 17:54:43 +02:00
parent c23e6d9621
commit 7fbc6f180e
5 changed files with 28 additions and 52 deletions

View File

@@ -8,6 +8,7 @@
cfg = config.hive.kwallet;
in {
options.hive.kwallet = {
enable = lib.mkEnableOption "Enable kwallet integration with pam.";
forUsers = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [];
@@ -17,7 +18,7 @@
};
};
config = {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs.kdePackages; [
kwallet
kwalletmanager