mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
format all
This commit is contained in:
parent
091cfbdf96
commit
bcf0553529
40 changed files with 271 additions and 140 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -21,13 +22,13 @@
|
|||
|
||||
"--scope" = [
|
||||
{
|
||||
"--when".repositories = ["~/repos/projects.cs.nott.ac.uk"];
|
||||
"--when".repositories = [ "~/repos/projects.cs.nott.ac.uk" ];
|
||||
user = {
|
||||
email = "psycl6@nottingham.ac.uk";
|
||||
};
|
||||
}
|
||||
{
|
||||
"--when".commands = ["status"];
|
||||
"--when".commands = [ "status" ];
|
||||
ui.paginate = "never";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue