Files
home-manager/tests/modules/programs/ghostty/empty-settings.nix
Heitor Augusto e759746be4 ghostty: add module
Refs: 5f6aa268e4
2025-01-08 22:58:58 +01:00

8 lines
148 B
Nix

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