From 37e8d03ba4e57e3694b4966b575986be6356726c Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 13 Dec 2023 23:28:01 +0100 Subject: Add note about profile service-types, so I don't forget --- tw/system.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tw/system.scm') diff --git a/tw/system.scm b/tw/system.scm index 5f39f861..4e1c4077 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -18,6 +18,7 @@ ssh vpn xorg) +;; TODO: Use `profile-service-type' to install these! (define-public %base-system-packages (cons* acl acpi age btrfs-progs cpupower curl efibootmgr exfat-utils git glibc-locales hddtemp htop lshw lsof man-db man-pages man-pages-posix @@ -179,6 +180,7 @@ ACTION!=\"remove\", SUBSYSTEM==\"backlight\", GROUP=\"video\", MODE=\"0664\" ACTION!=\"remove\", SUBSYSTEM==\"leds\", GROUP=\"video\", MODE=\"0664\" ")) +;; TODO: Use `profile-service-type' to install these! (define-public %enduser-system-packages (cons* cups docker mit-krb5 -- cgit v1.2.3