Sync config

This commit is contained in:
2021-12-29 13:06:12 +01:00
parent 0fc2854aee
commit 02f58e26b6
4 changed files with 45 additions and 6 deletions

View File

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
radare2
ghidra-bin
gdb
];
}