about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-30 12:40:47 +0200
committerBaitinq <[email protected]>2025-08-30 12:40:47 +0200
commita088b200944a2052b73e3cb52d5782741f16af91 (patch)
tree9822cc9edd766c5562839ba1dc85fa59b880b6ac /hosts
parentUpdate (diff)
downloadnixos-config-a088b200944a2052b73e3cb52d5782741f16af91.tar.gz
nixos-config-a088b200944a2052b73e3cb52d5782741f16af91.tar.bz2
nixos-config-a088b200944a2052b73e3cb52d5782741f16af91.zip
Home: Packages: Add jiujitsu
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 59d3580..9131390 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -179,6 +179,8 @@
       };
     };
 
+    jujutsu.enable = true;
+
     direnv = {
       enable = true;
       nix-direnv.enable = true;