feat: kdewallet stuff

This commit is contained in:
s-prechtl 2025-06-24 13:19:52 +02:00
parent 7ad7a5a1f2
commit f8eb02b725
2 changed files with 11 additions and 3 deletions

View file

@ -90,6 +90,7 @@
};
home-manager = {
backupFileExtension = "backup";
extraSpecialArgs = {inherit inputs;};
users = {
"sprechtl" = import ./home.nix;
@ -140,6 +141,7 @@
jdk
jdt-language-server
kdePackages.dolphin
kdePackages.kwalletmanager
libgcc
linux-manual
lolcat
@ -294,7 +296,13 @@
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
security.pam.services.hyprlock = {};
security.pam.services =
{
hyprlock = {};
"kdewallet" = {
kwallet.enable = true;
};
};
networking.firewall.checkReversePath = false;
networking.wg-quick.interfaces = {
home = {