2023-01-10 09:35:00 +00:00
|
|
|
{ ... }:
|
2021-11-04 16:42:44 +00:00
|
|
|
|
|
|
|
{
|
2023-01-10 09:35:00 +00:00
|
|
|
programs.broot = {
|
|
|
|
enable = true;
|
|
|
|
settings.modal = true;
|
2021-11-04 16:42:44 +00:00
|
|
|
};
|
2023-01-10 09:35:00 +00:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.config/broot/conf.toml
|
2023-08-08 10:19:01 +00:00
|
|
|
assertFileContains home-files/.config/broot/conf.toml 'modal = true'
|
2023-01-10 09:35:00 +00:00
|
|
|
'';
|
2021-11-04 16:42:44 +00:00
|
|
|
}
|