From b6ab926769a08eaa824aa22e6ae5ed6109abe0bf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 08:00:00 +0100 Subject: [PATCH] Re-add dconf --- hosts/t480/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index b4a737a4..758976c9 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -150,4 +150,6 @@ in }; }; }; + + programs.dconf.enable = true; }