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

72 lines
879 B
Nix

{ pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
inputs.home-manager.packages.${pkgs.system}.home-manager
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 ]))
ruff
yt-dlp
xkcdpass
pipreqs
libffi
openssl
nodePackages.typescript-language-server
dprint
# google-cloud-sdk
railway
cloudflared
flyctl
# pscale
# btop
doggo
doppler
dust
fd
ffmpeg
gen-license
gum
hyperfine
jq
just
# minica
nerdfix
ripgrep
tokei
vhs
vivid
watchexec
xh
typst
packwiz
catppuccin-catwalk
nrr
am
# nish
choirpack
nyoom
spicetify-cli
exiftool
];
}