Files
TheaninovOS/desktops/hyprland/ags/shell.nix
2023-11-15 16:09:26 +01:00

5 lines
126 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm typescript ];
}