mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
12 lines
169 B
Nix
12 lines
169 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.zed-editor.enable = true;
|
||
|
|
||
|
test.stubs.zed-editor = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists home-files/.config/zed/settings.json
|
||
|
'';
|
||
|
}
|