2eafb8192e
GitOrigin-RevId: 176e455371a8371586e8a3ff0d56ee9f3ca2324e
11 lines
144 B
Nix
11 lines
144 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.btop.enable = true;
|
|
|
|
test.stubs.btop = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/btop
|
|
'';
|
|
}
|