mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Use full path
This commit is contained in:
parent
6a54439180
commit
23947390a1
|
@ -35,7 +35,7 @@ main = xmonad defaultConfig
|
|||
|
||||
startup :: X ()
|
||||
startup = do
|
||||
spawn "spice-vdagent"
|
||||
spawn "${pkgs.spice-vdagent}/bin/spice-vdagent"
|
||||
'';
|
||||
|
||||
environment.systemPackages = [ pkgs.bc ];
|
||||
|
|
Loading…
Reference in a new issue