From 13ca70f3f8178a1bb8ad11e141c010e200d4e5a1 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 8 Oct 2023 15:26:07 +0200 Subject: Graft nvda onto picom if necessary Picom fails on startup if using the proprietary nvidia driver but plain mesa libs. --- tw/home/lap.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 01ba7842..6b7e1516 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -223,6 +223,8 @@ (default-key "53EC3C06856883DD92355BC22FC78504681F69B0") (gui-pinentry? #t))) - (append pim-services %interactive-services %common-services))))) + (append pim-services + (interactive-services #:nvidia-driver? #t) + %common-services))))) %lap-home -- cgit v1.2.3