2019-05-13 04:08:23 +02:00
|
|
|
{
|
|
|
|
config = {
|
|
|
|
programs.alacritty.enable = true;
|
|
|
|
|
2021-09-26 11:08:45 +02:00
|
|
|
test.stubs.alacritty = { };
|
2019-10-08 22:46:27 +02:00
|
|
|
|
2019-05-13 04:08:23 +02:00
|
|
|
nmt.script = ''
|
|
|
|
assertPathNotExists home-files/.config/alacritty
|
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|