From 54ef8142daca316ffcc47ae8a8ca0dc5b9e7abd4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 16 Jan 2025 13:14:21 +0000 Subject: [PATCH] t490: re-add dconf error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files --- nix/hosts/t490/programs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/t490/programs.nix b/nix/hosts/t490/programs.nix index ebbf2ef..df1b6e8 100644 --- a/nix/hosts/t490/programs.nix +++ b/nix/hosts/t490/programs.nix @@ -2,6 +2,8 @@ { programs = { + dconf.enable = true; + gnupg.agent = { enable = true; enableSSHSupport = true;