Home: Add binsider/jujutsu/lurk/radare2
This commit is contained in:
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user