Add overlay for bun JS runtime version 1.0.1, install bun to user profile

This commit is contained in:
2023-09-14 18:25:30 -05:00
parent e9decbda68
commit b9dd334aca
3 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,7 @@
isNormalUser = true;
passwordFile = config.age.secrets.sezycei.path;
extraGroups = [ "wheel" "nginx" ];
packages = with pkgs; [ byobu tmux stack ];
packages = with pkgs; [ bun byobu tmux stack ];
};
cridycei = {