Attempts to fix kwallet not unlocking

This commit is contained in:
Nickiel12 2022-10-22 20:43:53 -07:00
parent 263330c479
commit f6949e3641
2 changed files with 8 additions and 0 deletions

View file

@ -65,10 +65,15 @@ in
defcfg = { defcfg = {
enable = true; enable = true;
fallthrough = true; fallthrough = true;
allowCommands = true;
}; };
}; };
}; };
security.pam.services = {
lightdm.enableKwallet = true;
};
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Enable CUPS to print documents. # Enable CUPS to print documents.

View file

@ -54,6 +54,9 @@ in
obsidian obsidian
libsForQt5.kate # kate/kwrite libsForQt5.kate # kate/kwrite
libsForQt5.ark # kde archive manager libsForQt5.ark # kde archive manager
libsForQt5.kwallet
libsForQt5.kwallet-pam
libsForQt5.kwalletmanager
inkscape inkscape
# Kdenlive and deps # Kdenlive and deps