In both prior feature pull requests for this module there was a review after the pull request got merged, those are addressed here.
13 lines
212 B
Nix
13 lines
212 B
Nix
{
|
|
programs.rizin = {
|
|
enable = true;
|
|
settings = {
|
|
"asm.bytes" = true;
|
|
"asm.bytes.space" = true;
|
|
};
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertFileExists "home-files/.config/rizin/rizinrc"
|
|
'';
|
|
}
|