mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Enable spice-vdagent
This commit is contained in:
parent
b124788960
commit
b99319a2fe
3 changed files with 12 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
|||
windowManager.default = "xmonad";
|
||||
};
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
||||
users.extraUsers.user = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "audio" ];
|
||||
|
@ -29,7 +31,12 @@ import XMonad
|
|||
main = xmonad defaultConfig
|
||||
{ workspaces = [ "" ]
|
||||
, borderWidth = 0
|
||||
, startupHook = startup
|
||||
}
|
||||
|
||||
startup :: X ()
|
||||
startup = do
|
||||
spawn "spice-vdagent"
|
||||
'';
|
||||
|
||||
systemd.services.home-user-build-xmonad = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue