diff options
| author | Baitinq <[email protected]> | 2025-08-30 12:40:47 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-30 12:40:47 +0200 |
| commit | a088b200944a2052b73e3cb52d5782741f16af91 (patch) | |
| tree | 9822cc9edd766c5562839ba1dc85fa59b880b6ac /hosts | |
| parent | Update (diff) | |
| download | nixos-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.nix | 2 |
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; |