home-manager/tests/modules/programs/ghostty/empty-settings.nix

8 lines
148 B
Nix
Raw Normal View History

2024-12-27 00:01:54 +01:00
{
programs.ghostty.enable = true;
test.stubs.ghostty = { };
nmt.script = ''
assertPathNotExists home-files/.config/ghostty/config
'';
}