mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
10 lines
170 B
Nix
10 lines
170 B
Nix
{
|
|
programs.delta = {
|
|
enable = true;
|
|
enableJujutsuIntegration = false;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/jj/config.toml
|
|
'';
|
|
}
|