mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: manage python with hm
This commit is contained in:
parent
0938aa162e
commit
7ab328a1b7
1 changed files with 9 additions and 1 deletions
10
system.nix
10
system.nix
|
|
@ -20,6 +20,15 @@
|
||||||
fnm
|
fnm
|
||||||
bun
|
bun
|
||||||
|
|
||||||
|
(python311.withPackages (ps:
|
||||||
|
with ps; [
|
||||||
|
yt-dlp
|
||||||
|
xkcdpass
|
||||||
|
# catppuccin-catwalk
|
||||||
|
]))
|
||||||
|
libffi
|
||||||
|
openssl
|
||||||
|
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
|
|
@ -48,7 +57,6 @@
|
||||||
mkcert
|
mkcert
|
||||||
nerdfix
|
nerdfix
|
||||||
opencv
|
opencv
|
||||||
pipx
|
|
||||||
pscale
|
pscale
|
||||||
pyenv
|
pyenv
|
||||||
railway
|
railway
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue