Files
home-manager/tests/modules/programs/less/no-config.nix
T

8 lines
111 B
Nix

{
programs.less.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/lesskey
'';
}