spice-vdagent should be alive

This commit is contained in:
2020-01-03 10:14:28 +00:00
parent 02dda8bcf9
commit f1fd2e1505

View File

@@ -37,7 +37,7 @@ main = xmonad defaultConfig
startup :: X () startup :: X ()
startup = do startup = do
spawn "${pkgs.spice-vdagent}/bin/spice-vdagent" spawn "while [ 1 ]; do ${pkgs.spice-vdagent}/bin/spice-vdagent -x; done &"
''; '';
systemd.services.home-user-build-xmonad = { systemd.services.home-user-build-xmonad = {