add vm guest config on guix
This commit is contained in:
parent
d482489c1b
commit
a7ad59ff9b
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
(use-modules (gnu packages ssh))
|
||||
|
||||
(use-service-modules desktop networking ssh xorg)
|
||||
(use-service-modules spice)
|
||||
|
||||
(define %xorg-libinput-config
|
||||
"Section \"InputClass\"
|
||||
|
@ -60,10 +61,12 @@ EndSection
|
|||
(services
|
||||
(append
|
||||
(list (service gnome-desktop-service-type)
|
||||
(spice-vdagent-service)
|
||||
(set-xorg-configuration
|
||||
(xorg-configuration
|
||||
(keyboard-layout keyboard-layout)
|
||||
(extra-config (list %xorg-libinput-config)))))
|
||||
(extra-config (list %xorg-libinput-config))))
|
||||
)
|
||||
%desktop-services))
|
||||
(bootloader
|
||||
(bootloader-configuration
|
||||
|
|
Loading…
Reference in a new issue