feat: add initial jujutsu config
This commit is contained in:
parent
74ef513616
commit
4fbdadbe6f
1 changed files with 18 additions and 0 deletions
|
|
@ -45,6 +45,24 @@
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [9090];
|
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 = [
|
home-manager.users.moritz.services.kanshi.settings = [
|
||||||
{
|
{
|
||||||
profile.name = "default";
|
profile.name = "default";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue