rizin reads configuration from both $HOME/.rizinrc and from $XDG_CONFIG_HOME/rizin/rizinrc and the module now uses the relevant options for choosing between them.
5 lines
163 B
Nix
5 lines
163 B
Nix
{
|
|
rizin-basic-configuration = ./basic-configuration.nix;
|
|
rizin-disabled-configuration = ./disabled-configuration.nix;
|
|
rizin-prefer-xdg = ./prefer-xdg.nix;
|
|
}
|