12 lines
177 B
Nix
12 lines
177 B
Nix
{
|
|
config = {
|
|
programs.alacritty.enable = true;
|
|
|
|
test.stubs.alacritty = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/alacritty
|
|
'';
|
|
};
|
|
}
|