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