2.home-manager/tests/modules/programs/atool/disabled.nix
Austin Horstman 74b0e97937 statix: enable empty_pattern
Enable statix's empty_pattern rule and apply its auto-fixes across the affected modules and tests.
2026-04-08 16:00:28 -05:00

7 lines
108 B
Nix

{
programs.atool.enable = false;
nmt.script = ''
assertPathNotExists "home-files/.atoolrc"
'';
}