mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Attempts to fix kwallet not unlocking
This commit is contained in:
parent
263330c479
commit
f6949e3641
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||||
|
|
3
home.nix
3
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue