Testing lib.mkForce

This commit is contained in:
2026-03-01 17:37:45 +01:00
parent fe3a3f6ceb
commit 1696154c3d
8 changed files with 303 additions and 333 deletions
-2
View File
@@ -7,14 +7,12 @@ in
# Ensure config matches repo (HM-managed symlink, not user-editable)
xdg.configFile."waybar/config" = {
source = lib.mkForce repoWaybarDir + "/config.jsonc";
backup = lib.mkForce false;
force = true;
};
# Override HM's internally-generated waybar-style.css derivation
# and use your repo file instead.
xdg.configFile."waybar/style.css" = {
source = lib.mkForce (repoWaybarDir + "/style.css");
backup = lib.mkForce false;
force = true;
};
# Prevent HM from also trying to generate style content via programs.waybar.style