diff --git a/Droidnix/README.org b/Droidnix/README.org index 557c169ee..9b3615122 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1108,9 +1108,10 @@ in # Activation to ensure the directory is writable before symlinks home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' mkdir -p $HOME/.config - chmod u+rwx $HOME/.config + chmod -R u+rwx $HOME/.config ''; }; }; +}; } #+END_SRC diff --git a/Droidnix/generated/users/henrov.nix b/Droidnix/generated/users/henrov.nix index bd7f02bd5..d554bdef7 100644 --- a/Droidnix/generated/users/henrov.nix +++ b/Droidnix/generated/users/henrov.nix @@ -33,8 +33,9 @@ in # Activation to ensure the directory is writable before symlinks home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' mkdir -p $HOME/.config - chmod u+rwx $HOME/.config + chmod -R u+rwx $HOME/.config ''; }; }; +}; }