8 lines
148 B
Nix
8 lines
148 B
Nix
|
{
|
||
|
programs.ghostty.enable = true;
|
||
|
test.stubs.ghostty = { };
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists home-files/.config/ghostty/config
|
||
|
'';
|
||
|
}
|