cc05d26326
Before this change, the default config provided by this module wrote an empty file to `$HOME/.config/avizo/config.ini`, which caused a bunch of errors, as Avizo tries to read a 'group' from the ini file, which fails. This commit also adds associated test cases. PR #3871
5 lines
100 B
Nix
5 lines
100 B
Nix
{
|
|
avizo-with-settings = ./with-settings.nix;
|
|
avizo-without-settings = ./without-settings.nix;
|
|
}
|