mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
some formatting and add neko
This commit is contained in:
parent
5a0e0eb481
commit
b6f42fd63f
3 changed files with 26 additions and 11 deletions
|
@ -10,6 +10,8 @@ in
|
|||
{
|
||||
dev = with pkgs; [
|
||||
meson
|
||||
nixfmt-rfc-style
|
||||
nil
|
||||
deno
|
||||
rustup
|
||||
android-studio-tools
|
||||
|
@ -37,20 +39,23 @@ in
|
|||
gh
|
||||
glib
|
||||
glibc
|
||||
(python312.withPackages (ps: with ps;[
|
||||
pytesseract
|
||||
pillow
|
||||
pyzbar
|
||||
pygobject3
|
||||
nanoid
|
||||
loguru
|
||||
evdev
|
||||
setuptools
|
||||
xlib
|
||||
]))
|
||||
(python312.withPackages (
|
||||
ps: with ps; [
|
||||
pytesseract
|
||||
pillow
|
||||
pyzbar
|
||||
pygobject3
|
||||
nanoid
|
||||
loguru
|
||||
evdev
|
||||
setuptools
|
||||
xlib
|
||||
]
|
||||
))
|
||||
nodejs_22
|
||||
];
|
||||
gui = with pkgs; [
|
||||
cpkg.nekocord
|
||||
cpkg.frog
|
||||
legcord
|
||||
obsidian
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue