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" = {
|
||||
source = scriptsPath;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/scripts/update.sh" = {
|
||||
source = scriptsPath + "/update.sh";
|
||||
executable = true;
|
||||
};
|
||||
home.activation.makeScriptsExecutable =
|
||||
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
chmod -R +x $HOME/.config/scripts
|
||||
'';
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -9,12 +9,11 @@ in
|
||||
|
||||
home.file.".config/scripts" = {
|
||||
source = scriptsPath;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/scripts/update.sh" = {
|
||||
source = scriptsPath + "/update.sh";
|
||||
executable = true;
|
||||
};
|
||||
home.activation.makeScriptsExecutable =
|
||||
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
chmod -R +x $HOME/.config/scripts
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user