diff --git a/machines/moritz-desktop/configuration.nix b/machines/moritz-desktop/configuration.nix index d7cb2b0..51c2cbe 100644 --- a/machines/moritz-desktop/configuration.nix +++ b/machines/moritz-desktop/configuration.nix @@ -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";