mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-23 09:04:41 +00:00
Compare commits
2 Commits
5943a6682e
...
2ff9254a0e
Author | SHA1 | Date | |
---|---|---|---|
|
2ff9254a0e | ||
|
59a8a6dc3f |
@@ -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;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
@@ -130,6 +130,7 @@ in
|
||||
|
||||
ignores = [
|
||||
"content/.obsidian/**"
|
||||
".direnv/**"
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user