Skip to content

Instantly share code, notes, and snippets.

@cole-h
Created July 14, 2020 17:49
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 cole-h/5a6eb55c976831f847dba50b3a21add3 to your computer and use it in GitHub Desktop.
Save cole-h/5a6eb55c976831f847dba50b3a21add3 to your computer and use it in GitHub Desktop.
# /nix/store/dfc1mh5g1yjb1gha498a77zx0jc3hcpm-home-manager-files/.config/systemd/user/emacs.service
[Install]
WantedBy=graphical-session.target
[Service]
Environment=DOOMLOCALDIR=/home/vin/.local/share/doom-local DOOMDIR=/home/vin/.config/nixpkgs/modules/emacs/config
ExecStart=/nix/store/l83g4g63g7z96zshbcn57s1jjcsz1g1f-emacs-pgtk-28.0.50/bin/emacs --fg-daemon
Restart=on-failure
Type=simple
[Unit]
Description=emacs
Documentation=man:emacs(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment