1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 02:36:54 +00:00
home-manager/tests/modules/programs/yambar/empty-settings.nix

8 lines
112 B
Nix
Raw Normal View History

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