12 lines
144 B
Nix
12 lines
144 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.btop.enable = true;
|
||
|
|
||
|
test.stubs.btop = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists home-files/.config/btop
|
||
|
'';
|
||
|
}
|