diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-29 17:54:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-29 17:54:19 -0600 |
| commit | 33bf6093553196d3c758dae8b9598e96a8a1817b (patch) | |
| tree | 8af2de9aa5de95f76cec04dfdffbaff6ad2d388e /home | |
| parent | 7c67031f2e5dd042a3761316b2125bdaf8ec7e9f (diff) | |
home/shenvs: fix non-static shenvs
Diffstat (limited to '')
| -rw-r--r-- | home/path.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/path.nix b/home/path.nix index 6e057f9..f4c5148 100644 --- a/home/path.nix +++ b/home/path.nix @@ -44,6 +44,7 @@ with lib; { ]; nixpkgs.config.allowUnfreePredicate = pkg: elem (getName pkg) [ + "mssql-tools" "quartus-prime-lite-unwrapped" "teams" "zoom" |
