depot/third_party/home-manager/tests/modules/programs/swaylock/disabled.nix

8 lines
133 B
Nix
Raw Normal View History

{ ... }: {
programs.swaylock.settings = { };
nmt.script = ''
assertPathNotExists home-files/.config/swaylock/config
'';
}