Configurable JJ

This commit is contained in:
Leonora Tindall 2025-01-12 17:31:28 -06:00
parent 4431dda011
commit d43b0c3616
5 changed files with 14 additions and 2 deletions

View File

@ -15,6 +15,7 @@ in
./direnv.nix
./syncthing.nix
./fzf.nix
./jj.nix
./packages.nix
];

12
jj.nix Normal file
View File

@ -0,0 +1,12 @@
{ config, pkgs, ...}:
{
programs.jujutsu = {
enable = true;
settings = {
user = {
email = "nora@nora.codes";
name = "Leonora Tindall";
};
};
};
}

View File

@ -13,7 +13,6 @@
dfc
yt-dlp
(pkgs.callPackage ./custom/fortune-kind-custom.nix {})
jujutsu
fend
timg
graphviz

View File

@ -40,7 +40,6 @@ in
yt-dlp
(pkgs.callPackage ./custom/fortune-kind-custom.nix {})
(nixGL aseprite)
jujutsu
(nixGL musescore)
fend
timg

View File

@ -15,6 +15,7 @@ in
./syncthing.nix
./fzf.nix
./zellij.nix
./jj.nix
./packages-min.nix
];