From c757cb6b56a3f08cb7e66aa34b422210ce9cb2c8 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 15 Jul 2026 10:17:08 -0500 Subject: [PATCH] Add jj aspect --- modules/jujutsu.nix | 16 ++++++++++++++++ modules/users/igneous.nix | 1 + 2 files changed, 17 insertions(+) create mode 100644 modules/jujutsu.nix diff --git a/modules/jujutsu.nix b/modules/jujutsu.nix new file mode 100644 index 0000000..1cf3ff7 --- /dev/null +++ b/modules/jujutsu.nix @@ -0,0 +1,16 @@ +{ + den.aspects.jj = { + homeManager = { + programs.jujutsu = { + enable = true; + settings = { + user = { + email = "me@alexvds.com"; + name = "Alex van de Sandt"; + signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJ9zhEHFJIpZ4qr6iu3Cqca3mquGCGyiIrcI0e3jXLZ"; + }; + }; + }; + }; + }; +} diff --git a/modules/users/igneous.nix b/modules/users/igneous.nix index 931bbb6..3bc717e 100644 --- a/modules/users/igneous.nix +++ b/modules/users/igneous.nix @@ -13,6 +13,7 @@ git git.delta hyprland + jj kitty nixvim obsidian -- 2.51.2