fcc4259cdb
* ranger: stub tests * alacritty: stub tests * broot: stub tests * zsh: stub tests * vim-vint: stub tests
11 lines
153 B
Nix
11 lines
153 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./zsh-stubs.nix ];
|
|
|
|
programs.zsh.prezto.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertFileExists home-files/.zpreztorc
|
|
'';
|
|
}
|