add jujutsu in home manager module
This commit is contained in:
parent
a5e890ada2
commit
ce4e444b77
7 changed files with 169 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -156,6 +156,16 @@
|
|||
utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
jj = {
|
||||
type = "github";
|
||||
owner = "jj-vcs";
|
||||
repo = "jj";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue