diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-26 09:43:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-26 09:43:19 -0400 |
commit | cfbd0604467cede53c22920d92fcfe499a6baffd (patch) | |
tree | 120b27be86defe3d9cc00a5fd4832c8cc4b7a287 /hosts | |
parent | switch neovim lua file to all tabs (diff) | |
download | dotfiles-nix-cfbd0604467cede53c22920d92fcfe499a6baffd.tar.gz dotfiles-nix-cfbd0604467cede53c22920d92fcfe499a6baffd.tar.bz2 dotfiles-nix-cfbd0604467cede53c22920d92fcfe499a6baffd.zip |
add packages to wsl
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/wsl/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix index bb9c4c4..2dc86c4 100644 --- a/hosts/wsl/default.nix +++ b/hosts/wsl/default.nix @@ -18,7 +18,12 @@ # packages environment.systemPackages = with pkgs; [ - sphinx + (python3.withPackages (ppkgs: with ppkgs; [ + myst-parser + sphinx + ])) + gnumake + texliveFull inputs.self.packages.${system}.arcanist ]; |