nixos-config/tests/modules/home-manager/programs/neovide/empty-settings.nix

12 lines
165 B
Nix
Raw Normal View History

2024-03-05 23:37:33 +00:00
{ ... }:
{
programs.neovide.enable = true;
test.stubs.neovide = { };
nmt.script = ''
assertPathNotExists home-files/.config/neovide/config.toml
'';
}