set up jj experiment

This commit is contained in:
Haak Saxberg 2024-02-03 23:09:26 -08:00
parent 70227a35e7
commit f8b6278d5c
4 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
programs.jujutsu = {
enable = true;
};
}