Skip to content

Instantly share code, notes, and snippets.

@sondr3

sondr3/wat.nix Secret

Created November 18, 2019 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sondr3/46064bbcec0beb7e90438911f9a0e758 to your computer and use it in GitHub Desktop.
Save sondr3/46064bbcec0beb7e90438911f9a0e758 to your computer and use it in GitHub Desktop.
home.activation.emacs = execute ''
ln -sf /etc/nixos/config/home/emacs/ ~/.emacs.d/
emacs --batch -l ~/.emacs.d/init.el --eval "(amalthea--byte-compile-amalthea)"
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment