summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/cern.scm2
-rw-r--r--tw/home/lap.scm4
2 files changed, 4 insertions, 2 deletions
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index 61dacdcb..870e6ea0 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -121,6 +121,6 @@
(default-key "C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C")
(gui-pinentry? #t)))
- (append %common-services %interactive-services pim-services)))))
+ (append %common-services (interactive-services) pim-services)))))
%cern-home
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