mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 22:20:14 +00:00
enable personal config on work machine for jj
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@ -66,6 +65,18 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# Personal jj config
|
||||
programs.jujutsu.settings = {
|
||||
"--scope" = [
|
||||
{
|
||||
"--when".repositories = [ "~/dev/personal" ];
|
||||
user = {
|
||||
name = cfg.personal.name;
|
||||
email = cfg.personal.email;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user