1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00
flake/modules/packages.nix

62 lines
861 B
Nix

{ pkgs, inputs', ... }:
{
environment.systemPackages = with pkgs; [
nixfmt-rfc-style
alejandra
nixpkgs-fmt
statix
deadnix
nix-your-shell
nix-output-monitor
nix-melt
fnm
deno
bun
(python312.withPackages (ps: with ps; [ pip ]))
uv
ruff
yt-dlp
xkcdpass
nodePackages.typescript-language-server
dprint
# google-cloud-sdk
railway
cloudflared
# flyctl
# btop
doggo
doppler
dust
fd
ffmpeg
gum
hyperfine
jq
just
nerdfix
reuse
ripgrep
tokei
vhs
vivid
watchexec
xh
typst
packwiz
# spicetify-cli
exiftool
inputs'.nrr.packages.default
inputs'.am.packages.default
inputs'.nyoom.packages.default
inputs'.morlana.packages.default
inputs'.spdx-gen.packages.default
];
}