aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-06-05 09:58:16 +0200
committerTimo Wilken2024-06-05 13:03:34 +0200
commitb3a722f52a0be3f6d8b4f3fa6ba7b8848cc3a34d (patch)
tree6bf06f81d772bf87fb45cc2143584c08590a4f88 /tw/system/lap.scm
parent947800dda8e1a6f72c963a1f12c8e06d9c5e68f9 (diff)
Install system packages using profile-service-type
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.