add just to PATH

This commit is contained in:
Sridhar Ratnakumar 2024-01-11 15:00:29 +05:30
parent ae0092ebee
commit c0bfebdd60

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{
programs.bash = {
# https://just.systems/man/en/chapter_63.html
@ -8,4 +9,5 @@
};
home.shellAliases.j = "just";
home.packages = with pkgs; [ just ];
}