feat: add initial jujutsu config

This commit is contained in:
Moritz Böhme 2025-05-17 22:10:51 +02:00
parent 74ef513616
commit 4fbdadbe6f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -45,6 +45,24 @@
networking.firewall.allowedTCPPorts = [9090];
# TODO: make this its own module!
home-manager.users.moritz.programs.jujutsu = {
enable = true;
settings = {
user = {
email = "mail@moritzboeh.me";
name = "Moritz Böhme";
};
ui.paginate = "never";
signing = {
behavior = "drop";
backend = "gpg";
key = "0x970C6E89EB0547A9";
};
git.sign-on-push = true;
};
};
home-manager.users.moritz.services.kanshi.settings = [
{
profile.name = "default";