set up jj experiment
This commit is contained in:
parent
70227a35e7
commit
f8b6278d5c
4 changed files with 8 additions and 1 deletions
6
nix/home/programs/jj/default.nix
Normal file
6
nix/home/programs/jj/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue