Regenerated
This commit is contained in:
+313
-314
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -1289,8 +1289,7 @@ in
|
||||
source = scriptsPath;
|
||||
};
|
||||
|
||||
home.activation.makeScriptsExecutable =
|
||||
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
home.activation.makeScriptsExecutable = ''
|
||||
chmod -R +x $HOME/.config/scripts
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -11,8 +11,7 @@ in
|
||||
source = scriptsPath;
|
||||
};
|
||||
|
||||
home.activation.makeScriptsExecutable =
|
||||
lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
home.activation.makeScriptsExecutable = ''
|
||||
chmod -R +x $HOME/.config/scripts
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user