Regenerated
This commit is contained in:
+2
-1
@@ -1108,9 +1108,10 @@ in
|
|||||||
# Activation to ensure the directory is writable before symlinks
|
# Activation to ensure the directory is writable before symlinks
|
||||||
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -33,8 +33,9 @@ in
|
|||||||
# Activation to ensure the directory is writable before symlinks
|
# Activation to ensure the directory is writable before symlinks
|
||||||
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user