guix-packages/ambrevar/system/default: Match slim-configuration with upstream changes

master
Pierre Neidhardt 2019-03-25 11:27:17 +01:00
parent 018a685918
commit 23bf737c8b
1 changed files with 4 additions and 5 deletions

View File

@ -90,11 +90,10 @@ EndSection")
(slim-configuration
(inherit config)
(auto-login? #f)
(startx (xorg-start-command #:modules %mimimi/xorg-modules
#:configuration-file
(xorg-configuration-file
#:extra-config
(list %mimimi/xorg-touchpad))))
(xorg-configuration
(xorg-configuration
(modules %mimimi/xorg-modules)
(extra-config (list %mimimi/xorg-touchpad))))
;; TODO: Can't slim pre-fill the username?
(default-user "ambrevar")))))