From abe3fa1473f67aa50d1912185942f9e0138d43b9 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 14 Sep 2023 19:27:04 -0500 Subject: [PATCH] Install PureScript and Spago to user profile --- nix/user/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/user/users.nix b/nix/user/users.nix index 3997277..bd04fec 100644 --- a/nix/user/users.nix +++ b/nix/user/users.nix @@ -7,7 +7,7 @@ isNormalUser = true; passwordFile = config.age.secrets.sezycei.path; extraGroups = [ "wheel" "nginx" ]; - packages = with pkgs; [ bun byobu tmux stack ]; + packages = with pkgs; [ bun byobu purescript spago stack tmux ]; }; cridycei = {