nixos-config/tests/modules/home-manager/programs/kando/empty-settings.nix

11 lines
211 B
Nix

{ config, lib, pkgs, ... }:
{
programs.kando.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/kando/config.json
assertPathNotExists home-files/.config/kando/menus.json
'';
}