2.home-manager/tests/modules/programs/rizin/basic-configuration.nix
rsahwe ba197beccc rizin: cleanup according to feedback
In both prior feature pull requests for this module there was a review
after the pull request got merged, those are addressed here.
2026-03-18 00:02:59 -05:00

13 lines
211 B
Nix

{
programs.rizin = {
enable = true;
extraConfig = ''
e asm.bytes=true
e asm.bytes.space=true
'';
};
nmt.script = ''
assertFileExists "home-files/.config/rizin/rizinrc"
'';
}