1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/modules/packages.nix

61 lines
717 B
Nix

{ pkgs, ... }:
{
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
ripgrep
tokei
vhs
vivid
watchexec
xh
typst
packwiz
# spicetify-cli
exiftool
nrr
am
nyoom
morlana
spdx-gen
];
}