nixos-config/tests/modules/home-manager/programs/zed-editor/empty.nix

12 lines
169 B
Nix

{ ... }:
{
programs.zed-editor.enable = true;
test.stubs.zed-editor = { };
nmt.script = ''
assertPathNotExists home-files/.config/zed/settings.json
'';
}