Testing lib.mkForce
This commit is contained in:
+304
-304
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user