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/home.scm | 2 ++ tw/system.scm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tw/home.scm b/tw/home.scm index 8794f4bc..fac65a50 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -31,6 +31,7 @@ shellutils sqlite ssh syndication terminals tcl tex textutils tmux tls tree-sitter version-control video vim web web-browsers wm xfce xdisorg xorg) +;; TODO: Use `home-profile-service-type' to install these! (define-public %common-packages (list curl diffstat dos2unix fdupes file git gnupg gnuplot graphviz hledger @@ -256,6 +257,7 @@ ("_JAVA_OPTIONS" . "$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java"))))) +;; TODO: Use `home-profile-service-type' to install these! (define-public %interactive-packages (list ;; CLI tools 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