1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 03:48:31 +02:00
home-manager/tests/modules/programs/jujutsu/empty-config.nix
William Phetsinorath c4f3a37071
jujutsu: add module
2023-04-28 22:14:13 +02:00

12 lines
152 B
Nix

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