mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
picom: use getExe instead of hardcoded binary
This commit is contained in:
parent
9482610ac1
commit
1aabb0a31b
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
WantedBy=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@picom@/bin/picom --config /nix/store/00000000000000000000000000000000-hm_picompicom.conf --legacy-backends
|
||||
ExecStart=@picom@/bin/dummy --config /nix/store/00000000000000000000000000000000-hm_picompicom.conf --legacy-backends
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue