local/bin/nyxt: Init.

master
Pierre Neidhardt 2020-06-21 14:18:50 +02:00
parent a752dfce54
commit be93f73277
1 changed files with 13 additions and 0 deletions

13
.local/bin/nyxt Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
## TODO: Use Guix version when recent enough.
# guix environment --container --network --preserve='^DISPLAY$' --expose=/etc/ssl/certs \
# --expose="$HOME/.config/nyxt/" \
# --expose="$HOME/common-lisp/" \
# --expose="$HOME/.emacs.d/" \
# --expose="$HOME/personal/bookmarks/engines.el" \
# --share="$HOME/.local/share/nyxt/"="$HOME/.local/share/nyxt/" \
# --share="$HOME/personal/bookmarks/bookmarks.lisp.gpg"="$HOME/personal/bookmarks/bookmarks.lisp.gpg" \
# --ad-hoc nss-certs nyxt -- nyxt "$@"
~/common-lisp/nyxt/nyxt "$@"