aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/lap.scm')
-rw-r--r--tw/system/lap.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/tw/system/lap.scm b/tw/system/lap.scm
index fd503dc9..0cf76d72 100644
--- a/tw/system/lap.scm
+++ b/tw/system/lap.scm
@@ -163,9 +163,8 @@
"/run/current-system/profile/sbin/shutdown\n")))
;; This is where we specify system-wide packages.
- (packages
- ;; Proprietary NVIDIA driver. See its description for more required setup steps.
- (cons* nongnu:nvidia-driver %enduser-system-packages))
+ ;; Proprietary NVIDIA driver. See its description for more required setup steps.
+ (packages (list nongnu:nvidia-driver))
;; Use the "desktop" services, which include the X11
;; log-in service, networking with NetworkManager, and more.