Testing lib.mkForce
This commit is contained in:
+304
-307
File diff suppressed because it is too large
Load Diff
@@ -2093,21 +2093,18 @@ in
|
|||||||
# Copy repo configs/scripts into ~/.config
|
# Copy repo configs/scripts into ~/.config
|
||||||
xdg.configFile."${targetRel}" = {
|
xdg.configFile."${targetRel}" = {
|
||||||
source = lib.mkForce repoConf;
|
source = lib.mkForce repoConf;
|
||||||
backup = lib.mkForce false;
|
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetOverflowRel}" = {
|
xdg.configFile."${targetOverflowRel}" = {
|
||||||
source = lib.mkForce repoOverflowScript;
|
source = lib.mkForce repoOverflowScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetPerMonitor}" = {
|
xdg.configFile."${targetPerMonitor}" = {
|
||||||
source = lib.mkForce repoPerMonitorScript;
|
source = lib.mkForce repoPerMonitorScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetSwitchScript}" = {
|
xdg.configFile."${targetSwitchScript}" = {
|
||||||
source = lib.mkForce repoSwitchScript;
|
source = lib.mkForce repoSwitchScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,21 +32,18 @@ in
|
|||||||
# Copy repo configs/scripts into ~/.config
|
# Copy repo configs/scripts into ~/.config
|
||||||
xdg.configFile."${targetRel}" = {
|
xdg.configFile."${targetRel}" = {
|
||||||
source = lib.mkForce repoConf;
|
source = lib.mkForce repoConf;
|
||||||
backup = lib.mkForce false;
|
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetOverflowRel}" = {
|
xdg.configFile."${targetOverflowRel}" = {
|
||||||
source = lib.mkForce repoOverflowScript;
|
source = lib.mkForce repoOverflowScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetPerMonitor}" = {
|
xdg.configFile."${targetPerMonitor}" = {
|
||||||
source = lib.mkForce repoPerMonitorScript;
|
source = lib.mkForce repoPerMonitorScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
xdg.configFile."${targetSwitchScript}" = {
|
xdg.configFile."${targetSwitchScript}" = {
|
||||||
source = lib.mkForce repoSwitchScript;
|
source = lib.mkForce repoSwitchScript;
|
||||||
backup = lib.mkForce false;
|
|
||||||
executable = true; # makes it chmod +x
|
executable = true; # makes it chmod +x
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user