mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
11 lines
144 B
Nix
11 lines
144 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.vifm.enable = true;
|
|
|
|
test.stubs.vifm = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/vifm
|
|
'';
|
|
}
|