mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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,9 +65,14 @@ in
|
|||
defcfg = {
|
||||
enable = true;
|
||||
fallthrough = true;
|
||||
allowCommands = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.services = {
|
||||
lightdm.enableKwallet = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
3
home.nix
3
home.nix
|
@ -54,6 +54,9 @@ in
|
|||
obsidian
|
||||
libsForQt5.kate # kate/kwrite
|
||||
libsForQt5.ark # kde archive manager
|
||||
libsForQt5.kwallet
|
||||
libsForQt5.kwallet-pam
|
||||
libsForQt5.kwalletmanager
|
||||
inkscape
|
||||
|
||||
# Kdenlive and deps
|
||||
|
|
Loading…
Reference in a new issue