Commit 92e9131f6105

Vincent Demeester <vincent@sbr.pm>
2026-01-16 19:42:20
feat(base,emacs): add detach and detached.el for session management
Add detach CLI tool to base system packages and detached.el Emacs package to enable detached session management across the system. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f9ccd73
Changed files (2)
home
common
systems
common
home/common/dev/emacs.nix
@@ -51,6 +51,7 @@ let
       # denote-journal
       # denote-sequence # maybe ?
       denote-menu
+      detached
       devdocs
       diff-hl
       dired-collapse
systems/common/base/default.nix
@@ -30,6 +30,7 @@
   environment.systemPackages = with pkgs; [
     binutils
     curl
+    detach # For detached session management
     # f2
     file
     htop