summaryrefslogtreecommitdiff
path: root/archetypes/profiles/desktop
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-19 13:50:46 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-19 13:50:46 -0500
commit2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f (patch)
tree99bac86705c326a9f6d9a577deeec4170b31bf45 /archetypes/profiles/desktop
parent44653c6a5794801abb6a6fc0151b04c24e053b09 (diff)
downloadnixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.tar.xz
nixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.zip
wg on T495 and install dconf for home-manager gtk theme
Diffstat (limited to 'archetypes/profiles/desktop')
-rw-r--r--archetypes/profiles/desktop/default.nix3
1 files changed, 3 insertions, 0 deletions
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 = {