1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 13:53:27 +02:00
home-manager/tests/modules/programs/k9s/empty-settings.nix

12 lines
141 B
Nix
Raw Normal View History

2022-10-23 21:22:14 +02:00
{ ... }:
{
programs.k9s.enable = true;
test.stubs.k9s = { };
nmt.script = ''
assertPathNotExists home-files/.config/k9s
'';
}