From f6949e364185f67b8e1388665d32e9408e7b3a1c Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 22 Oct 2022 20:43:53 -0700 Subject: [PATCH] Attempts to fix kwallet not unlocking --- configuration.nix | 5 +++++ home.nix | 3 +++ 2 files changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index c3c6986..2031f8d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,9 +65,14 @@ in defcfg = { enable = true; fallthrough = true; + allowCommands = true; }; }; }; + + security.pam.services = { + lightdm.enableKwallet = true; + }; nixpkgs.config.allowUnfree = true; diff --git a/home.nix b/home.nix index d06c925..f7c9c2b 100644 --- a/home.nix +++ b/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