Configurable JJ
This commit is contained in:
parent
4431dda011
commit
d43b0c3616
1
home.nix
1
home.nix
|
@ -15,6 +15,7 @@ in
|
|||
./direnv.nix
|
||||
./syncthing.nix
|
||||
./fzf.nix
|
||||
./jj.nix
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ...}:
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "nora@nora.codes";
|
||||
name = "Leonora Tindall";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -13,7 +13,6 @@
|
|||
dfc
|
||||
yt-dlp
|
||||
(pkgs.callPackage ./custom/fortune-kind-custom.nix {})
|
||||
jujutsu
|
||||
fend
|
||||
timg
|
||||
graphviz
|
||||
|
|
|
@ -40,7 +40,6 @@ in
|
|||
yt-dlp
|
||||
(pkgs.callPackage ./custom/fortune-kind-custom.nix {})
|
||||
(nixGL aseprite)
|
||||
jujutsu
|
||||
(nixGL musescore)
|
||||
fend
|
||||
timg
|
||||
|
|
|
@ -15,6 +15,7 @@ in
|
|||
./syncthing.nix
|
||||
./fzf.nix
|
||||
./zellij.nix
|
||||
./jj.nix
|
||||
./packages-min.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue