Improve Chrome config. #222

Open
opened 2024-10-26 21:30:12 +03:00 by voronind · 1 comment
Owner

Place files instead of symlinks:

home.activation.linkMyStuff = dag.entryAfter [ "writeBoundary" ] ''
  ln -sf $HOME/where/i/keep/my/spacemacs $HOME.spacemacs
'';

Also add experiments, bookmarks etc. Fight the HMAC validation.

Place files instead of symlinks: ```text home.activation.linkMyStuff = dag.entryAfter [ "writeBoundary" ] '' ln -sf $HOME/where/i/keep/my/spacemacs $HOME.spacemacs ''; ``` Also add experiments, bookmarks etc. Fight the HMAC validation.
voronind added the
Future
label 2024-10-26 21:30:12 +03:00
Author
Owner

Generate sqlite from sql text file with ${sqlite}/bin/sqlite3

Generate sqlite from sql text file with `${sqlite}/bin/sqlite3`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: voronind/nix#222
No description provided.