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

96 lines
1.1 KiB
Nix

{
pkgs,
inputs,
...
}: {
environment.systemPackages = with pkgs; [
inputs.home-manager.packages.${pkgs.system}.home-manager
nil
statix
deadnix
alejandra
nixpkgs-fmt
nix-your-shell
nix-melt
cachix
direnv
fh
(fenix.combine (
with fenix;
with stable; [
cargo
rustc
rustfmt
clippy
rust-src
rust-docs
targets.wasm32-unknown-unknown.stable.rust-std
]
))
fnm
deno
bun
(python311.withPackages (ps: with ps; [pip]))
ruff
yt-dlp
xkcdpass
pipreqs
libffi
openssl
nodePackages.typescript-language-server
dprint
google-cloud-sdk
railway
cloudflared
flyctl
pscale
bat
btop
doggo
doppler
du-dust
fd
ffmpeg
fzf
gh
gen-license
gum
hyperfine
jq
just
mkcert
nerdfix
ripgrep
silicon
tealdeer
tokei
vhs
vivid
watchexec
xh
zoxide
typst
packwiz
catppuccin-catwalk
am
nish
nrr
choirpack
nyoom
spicetify-cli
exiftool
];
}