mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
parent
bb08fe63c6
commit
19551022f0
3 changed files with 60 additions and 52 deletions
23
home/c/programs/jj/default.nix
Normal file
23
home/c/programs/jj/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{lib, ...}: {
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Callum Leslie";
|
||||
email = "git@cleslie.uk";
|
||||
};
|
||||
signing = {
|
||||
behavior = "own";
|
||||
backend = "gpg";
|
||||
};
|
||||
"--scope" = [
|
||||
{
|
||||
"--when".repositories = ["~/repos/projects.cs.nott.ac.uk"];
|
||||
user = {
|
||||
email = "psycl6@nottingham.ac.uk";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue