mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
8a175a8913
Fixes tests that are affected by <https://github.com/NixOS/nixpkgs/pull/333744>.
13 lines
427 B
Desktop File
13 lines
427 B
Desktop File
[Service]
|
|
ExecStart=@runtimeShell@ -l -c "@emacs@/bin/emacs --fg-daemon=%t/emacs/server -f exwm-enable"
|
|
ExecStartPost=@coreutils@/bin/chmod --changes -w %t/emacs
|
|
ExecStopPost=@coreutils@/bin/chmod --changes +w %t/emacs
|
|
Restart=on-failure
|
|
SuccessExitStatus=15
|
|
Type=notify
|
|
|
|
[Unit]
|
|
Description=Emacs text editor
|
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
|
RefuseManualStart=true
|
|
X-RestartIfChanged=false
|