mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
12 lines
152 B
Nix
12 lines
152 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.jujutsu.enable = true;
|
||
|
|
||
|
test.stubs.jujutsu = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists home-files/.jjconfig.toml
|
||
|
'';
|
||
|
}
|