1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-07 00:35:04 +01:00
home-manager/tests/modules/programs/ghostty/empty-settings.nix

8 lines
148 B
Nix
Raw Normal View History

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