Regenerated

This commit is contained in:
2026-03-24 10:14:05 +00:00
parent 8b935a9d53
commit 8713a70b10
21 changed files with 5 additions and 814 deletions
+5
View File
@@ -163,6 +163,11 @@ in
home-manager.useUserPackages = true;
}
# Install dconf for the system/user
environment.systemPackages = [
pkgs.dconf
];
# Ensure Home Manager writes dconf safely
programs.dconf.enable = true;
#+END_SRC