2022-12-28 20:49:19 +01:00
|
|
|
{ ... }:
|
2021-08-31 18:52:20 +02:00
|
|
|
|
|
|
|
{
|
2022-12-28 20:49:19 +01:00
|
|
|
programs.broot = {
|
|
|
|
enable = true;
|
|
|
|
settings.modal = true;
|
|
|
|
};
|
2021-08-31 18:52:20 +02:00
|
|
|
|
2022-12-28 20:49:19 +01:00
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.config/broot/conf.toml
|
2023-06-27 11:02:53 +02:00
|
|
|
assertFileContains home-files/.config/broot/conf.toml 'modal = true'
|
2022-12-28 20:49:19 +01:00
|
|
|
'';
|
2021-08-31 18:52:20 +02:00
|
|
|
}
|