mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
attempted to auto-unlock kdewallet
This commit is contained in:
parent
8fa02d8060
commit
3213326fae
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue