diff options
Diffstat (limited to 'kolwynia/home/bdunahu.scm')
| -rw-r--r-- | kolwynia/home/bdunahu.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kolwynia/home/bdunahu.scm b/kolwynia/home/bdunahu.scm index 0a1f80a..1bf4572 100644 --- a/kolwynia/home/bdunahu.scm +++ b/kolwynia/home/bdunahu.scm @@ -52,9 +52,12 @@ (services (list (service home-shepherd-service-type) (service home-dicod-service-type) - ;; TODO: causes EXWM XELB: Authorization required, - ;; but no authorization protocol specified. - ;; ,(service home-startx-command-service-type) + (if hel? (service home-startx-command-service-type + (xorg-configuration + (modules (cons (specification->package "nvda") + %default-xorg-modules)) + (drivers '("nvidia")))) + (service home-startx-command-service-type)) (service home-channels-service-type (cons* channel:guix channel:tanelorn |
