mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
16 lines
385 B
SYSTEMD
16 lines
385 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@runtimeShell@ -l -c "@emacs@/bin/emacs --fg-daemon '-f' 'exwm-enable'"
|
||
|
Restart=on-failure
|
||
|
SuccessExitStatus=15
|
||
|
Type=notify
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session.target
|
||
|
Description=Emacs text editor
|
||
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
||
|
PartOf=graphical-session.target
|
||
|
X-RestartIfChanged=false
|