Testing lib.mkForce

This commit is contained in:
2026-03-01 17:33:02 +01:00
parent 08b73c4ea4
commit 628fd8e9fb
3 changed files with 306 additions and 315 deletions
+304 -307
View File
File diff suppressed because it is too large Load Diff
+1 -4
View File
@@ -2093,21 +2093,18 @@ in
# Copy repo configs/scripts into ~/.config
xdg.configFile."${targetRel}" = {
source = lib.mkForce repoConf;
backup = lib.mkForce false;
};
xdg.configFile."${targetOverflowRel}" = {
source = lib.mkForce repoOverflowScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
xdg.configFile."${targetPerMonitor}" = {
source = lib.mkForce repoPerMonitorScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
xdg.configFile."${targetSwitchScript}" = {
source = lib.mkForce repoSwitchScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
}
+1 -4
View File
@@ -32,21 +32,18 @@ in
# Copy repo configs/scripts into ~/.config
xdg.configFile."${targetRel}" = {
source = lib.mkForce repoConf;
backup = lib.mkForce false;
};
xdg.configFile."${targetOverflowRel}" = {
source = lib.mkForce repoOverflowScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
xdg.configFile."${targetPerMonitor}" = {
source = lib.mkForce repoPerMonitorScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
xdg.configFile."${targetSwitchScript}" = {
source = lib.mkForce repoSwitchScript;
backup = lib.mkForce false;
executable = true; # makes it chmod +x
};
}