Install PureScript and Spago to user profile

This commit is contained in:
James Eversole 2023-09-14 19:27:04 -05:00
parent b9dd334aca
commit abe3fa1473

View File

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