1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 10:58:31 +02:00
home-manager/tests/modules/programs/alacritty/empty-settings.nix

12 lines
177 B
Nix

{
config = {
programs.alacritty.enable = true;
test.stubs.alacritty = { };
nmt.script = ''
assertPathNotExists home-files/.config/alacritty
'';
};
}