1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-15 09:30:18 +02:00
home-manager/tests/modules/programs/yambar/empty-settings.nix
2024-05-10 23:29:58 +02:00

12 lines
150 B
Nix

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