From 1d0bdbcf2724eaef96f4206fcb29c8b6ed8befec Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 20 Mar 2023 15:02:50 -0700 Subject: [PATCH] add tasks to readme --- README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.org b/README.org index 7eb9d3e..9c3490f 100644 --- a/README.org +++ b/README.org @@ -128,3 +128,20 @@ Adds the inputs of this flake to the nix registry and ~NIX_PATH~. Taken from [[https://github.com/LnL7/nix-darwin/issues/277#issuecomment-992866471][LnL7/nix-darwin #277]]. +* Tasks + +** TODO Packages for different systems + +Packages are in the flake outputs for systems they are not compatible with. + +** TODO Break out emacs config + +Emacs configuration should be in it's own repository. +Lisp code should be extracted into separate files or an org-babel setup. + +** TODO Test zeusasahi + +** TODO Services as modules + +Services should be converted to modules. +These should ideally support both linux and darwin hosts (launchd and systemd).