use newer jj version
fix dependencies of homepage
This commit is contained in:
parent
41f3ade99f
commit
703c86352a
10 changed files with 78 additions and 18 deletions
|
@ -100,6 +100,8 @@ in
|
|||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
'';
|
||||
|
||||
home.file.".jjconfig.toml".source = ./jjconfig.toml;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ with pkgs; [
|
|||
jameica
|
||||
jc # convert output to json
|
||||
josm
|
||||
jujutsu
|
||||
jq
|
||||
jq
|
||||
#jupyter
|
||||
|
|
|
@ -56,8 +56,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".jjconfig.toml".source = ./jjconfig.toml;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
delta
|
||||
git-branchless
|
||||
|
@ -65,7 +63,6 @@ in
|
|||
gitAndTools.hub
|
||||
gitAndTools.lab
|
||||
gitAndTools.git-absorb
|
||||
jujutsu
|
||||
meld
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue