attempted to auto-unlock kdewallet

This commit is contained in:
Nickiel12 2022-12-16 13:28:24 -08:00
parent 8fa02d8060
commit 3213326fae
2 changed files with 8 additions and 8 deletions

View file

@ -62,11 +62,6 @@ in
libsForQt5.kate # kate/kwrite libsForQt5.kate # kate/kwrite
libsForQt5.ark # kde archive manager libsForQt5.ark # kde archive manager
# KWallet
libsForQt5.kwallet
libsForQt5.kwallet-pam
libsForQt5.kwalletmanager
# Kdenlive and deps # Kdenlive and deps
libsForQt5.kdenlive libsForQt5.kdenlive
mediainfo mediainfo

View file

@ -3,9 +3,14 @@
{ {
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
security.pam.services = { security.pam.services.nixolas.enableKwallet = true;
lightdm.enableKwallet = true;
}; environment.systemPackages = with pkgs; [
# KWallet
pkgs.libsForQt5.kwallet
pkgs.libsForQt5.kwallet-pam
pkgs.libsForQt5.kwalletmanager
];
services.xserver = { services.xserver = {
enable = true; enable = true;