1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 20:33:27 +02:00
home-manager/tests/modules/programs/k9s/empty-settings.nix
2022-10-25 00:05:50 +02:00

12 lines
141 B
Nix

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