System Gen173 @ 2025-04-24-12:52:44

This commit is contained in:
Jonas Röger 2025-04-24 12:52:45 +02:00
parent 9cda35a91a
commit d1ca98d764

View File

@ -39,5 +39,9 @@ in {
};
programs.hyprlock.enable = true;
security.pam.services.hyprlock = {};
security.pam.services.jonas.kwallet = {
enable = true;
package = pkgs.kdePackages.kwallet-pam;
};
};
}