Regenerated
This commit is contained in:
+316
-317
File diff suppressed because it is too large
Load Diff
+4
-5
@@ -1287,13 +1287,12 @@ in
|
|||||||
|
|
||||||
home.file.".config/scripts" = {
|
home.file.".config/scripts" = {
|
||||||
source = scriptsPath;
|
source = scriptsPath;
|
||||||
recursive = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/scripts/update.sh" = {
|
home.activation.makeScriptsExecutable =
|
||||||
source = scriptsPath + "/update.sh";
|
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
executable = true;
|
chmod -R +x $HOME/.config/scripts
|
||||||
};
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -9,12 +9,11 @@ in
|
|||||||
|
|
||||||
home.file.".config/scripts" = {
|
home.file.".config/scripts" = {
|
||||||
source = scriptsPath;
|
source = scriptsPath;
|
||||||
recursive = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/scripts/update.sh" = {
|
home.activation.makeScriptsExecutable =
|
||||||
source = scriptsPath + "/update.sh";
|
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
executable = true;
|
chmod -R +x $HOME/.config/scripts
|
||||||
};
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user