diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-19 13:50:46 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-19 13:50:46 -0500 |
| commit | 2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f (patch) | |
| tree | 99bac86705c326a9f6d9a577deeec4170b31bf45 /archetypes/profiles | |
| parent | 44653c6a5794801abb6a6fc0151b04c24e053b09 (diff) | |
| download | nixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.tar.xz nixos-2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f.zip | |
wg on T495 and install dconf for home-manager gtk theme
Diffstat (limited to 'archetypes/profiles')
| -rw-r--r-- | archetypes/profiles/desktop/default.nix | 3 |
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 = { |
