1
0
mirror of https://github.com/nix-community/home-manager synced 2024-08-19 10:36:30 +02:00
home-manager/tests/modules/programs/yambar/empty-settings.nix

12 lines
150 B
Nix
Raw Normal View History

2022-10-25 14:31:46 +02:00
{ ... }:
{
programs.yambar.enable = true;
test.stubs.yambar = { };
nmt.script = ''
assertPathNotExists home-files/.config/yambar
'';
}