1
0
mirror of https://github.com/nix-community/home-manager synced 2024-09-12 06:16:33 +02:00
home-manager/tests/modules/programs/jujutsu/empty-config.nix
2024-05-11 00:34:09 +02:00

12 lines
160 B
Nix

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