Testing lib.mkForce

This commit is contained in:
2026-03-01 18:01:35 +01:00
parent 58ee19990c
commit a503e0ec4d
3 changed files with 306 additions and 306 deletions
+304 -304
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1998,7 +1998,7 @@ in
programs.waybar.enable = true;
# Ensure config matches repo (HM-managed symlink, not user-editable)
xdg.configFile."waybar/config" = {
source = lib.mkForce repoWaybarDir + "/config.jsonc";
source = lib.mkForce (repoWaybarDir + "/config.jsonc");
force = true;
};
# Override HM's internally-generated waybar-style.css derivation
+1 -1
View File
@@ -6,7 +6,7 @@ in
programs.waybar.enable = true;
# Ensure config matches repo (HM-managed symlink, not user-editable)
xdg.configFile."waybar/config" = {
source = lib.mkForce repoWaybarDir + "/config.jsonc";
source = lib.mkForce (repoWaybarDir + "/config.jsonc");
force = true;
};
# Override HM's internally-generated waybar-style.css derivation