mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 02:32:37 +08:00
add just to PATH
This commit is contained in:
parent
ae0092ebee
commit
c0bfebdd60
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue