mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
13 lines
315 B
SYSTEMD
13 lines
315 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@picom@/bin/picom --config /nix/store/00000000000000000000000000000000-hm_picompicom.conf --experimental-backends
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session-pre.target
|
||
|
Description=Picom X11 compositor
|
||
|
PartOf=graphical-session.target
|