devos/profiles/pwn/default.nix
2021-04-15 19:27:15 +02:00

6 lines
78 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rizin
];
}