1

Home: Add binsider/jujutsu/lurk/radare2

This commit is contained in:
2026-03-09 21:42:03 +01:00
parent 72a8dcb8d5
commit c0f8356205

View File

@ -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";
};
};
};