mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
refactor: use snowfall
This commit is contained in:
parent
bb39b10e1f
commit
de8503d9a6
34 changed files with 181 additions and 194 deletions
74
modules/packages/default.nix
Normal file
74
modules/packages/default.nix
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.home-manager.packages.${pkgs.system}.home-manager
|
||||
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
statix
|
||||
deadnix
|
||||
|
||||
nix-your-shell
|
||||
nix-melt
|
||||
# fh
|
||||
|
||||
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
|
||||
|
||||
# btop
|
||||
doggo
|
||||
doppler
|
||||
du-dust
|
||||
fd
|
||||
ffmpeg
|
||||
gen-license
|
||||
gum
|
||||
hyperfine
|
||||
jq
|
||||
just
|
||||
minica
|
||||
nerdfix
|
||||
ripgrep
|
||||
tokei
|
||||
vhs
|
||||
vivid
|
||||
watchexec
|
||||
xh
|
||||
|
||||
typst
|
||||
|
||||
packwiz
|
||||
catppuccin-catwalk
|
||||
|
||||
am
|
||||
nish
|
||||
nrr
|
||||
choirpack
|
||||
nyoom
|
||||
|
||||
spicetify-cli
|
||||
exiftool
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue