home-manager/tests/modules/programs/ghostty/empty-settings.nix
2025-01-02 00:33:45 +01:00

7 lines
148 B
Nix

{
programs.ghostty.enable = true;
test.stubs.ghostty = { };
nmt.script = ''
assertPathNotExists home-files/.config/ghostty/config
'';
}