From c0f83562053bcc3eea262787fa03f2f4ae9ae185 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 9 Mar 2026 21:42:03 +0100 Subject: [PATCH] Home: Add binsider/jujutsu/lurk/radare2 --- home/christoph/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index dc09b3cf..e00f689d 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -453,7 +453,7 @@ in }; # Add stuff for your user as you see fit: - # TODO: Make the headless installations smaller + # TODO: Make the headless installations smaller. Don't install stuff here if !headless but in nixinator config. packages = with pkgs; lib.mkMerge [ [ @@ -487,7 +487,11 @@ in systemctl-tui restic # Backups gnumake - just + just # make alternative + binsider # .elf analyzer + jujutsu # git-like vcs + lurk # strace analysis + radare2 # Hardware/Software info pciutils # lspci @@ -911,6 +915,10 @@ in user = "root"; hostname = "vps.chriphost.de"; }; + "mars" = { + user = "smchurla"; + hostname = "mars.cs.tu-dortmund.de"; + }; }; };