mirror of
https://github.com/nix-community/home-manager
synced 2025-02-05 15:55:06 +01:00
7 lines
148 B
Nix
7 lines
148 B
Nix
{
|
|
programs.ghostty.enable = true;
|
|
test.stubs.ghostty = { };
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/ghostty/config
|
|
'';
|
|
}
|