From 2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 19 Jun 2026 13:50:46 -0500 Subject: wg on T495 and install dconf for home-manager gtk theme --- archetypes/profiles/desktop/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archetypes/profiles/desktop/default.nix') diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index 6b2348d..2f71791 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -53,6 +53,9 @@ # Disable ipv6 by default networking.enableIPv6 = mkDesktop false; + + # Install dconf. Home-manager will break without it if gtk theme is changed + environment.systemPackages = [ pkgs.dconf ]; }; homeConfig = { -- cgit v1.2.3