Compare commits
2 commits
ccbd8fcc1e
...
488dfeef5d
Author | SHA1 | Date | |
---|---|---|---|
|
488dfeef5d | ||
|
7308e7cf4d |
1 changed files with 34 additions and 0 deletions
|
@ -89,6 +89,39 @@
|
|||
# glib
|
||||
# libGLU.out
|
||||
stdenv.cc.cc # Нужно чтоб yt-dlp в dev shell видел ffmpeg
|
||||
# Nekoray (Throne)
|
||||
kdePackages.qtbase
|
||||
kdePackages.qttools
|
||||
kdePackages.qtwayland
|
||||
kdePackages.qtsvg
|
||||
kdePackages.qtimageformats
|
||||
util-linux
|
||||
zlib
|
||||
zstd
|
||||
mesa
|
||||
libGL
|
||||
libglvnd
|
||||
libxkbcommon
|
||||
freetype
|
||||
fontconfig
|
||||
xorg.libX11
|
||||
xorg.libXext
|
||||
xorg.libXrandr
|
||||
xorg.libXrender
|
||||
xorg.libXcursor
|
||||
xorg.libXxf86vm
|
||||
xorg.libXi
|
||||
xorg.libxcb
|
||||
xorg.libXfixes
|
||||
xorg.xcbutil
|
||||
xorg.xcbutilkeysyms
|
||||
xorg.xcbutilwm
|
||||
xorg.xcbutilimage
|
||||
xorg.xcbutilrenderutil
|
||||
xcb-util-cursor
|
||||
glib
|
||||
dbus
|
||||
krb5
|
||||
];
|
||||
};
|
||||
zsh.enable = true;
|
||||
|
@ -179,6 +212,7 @@
|
|||
templ # A language for writing HTML user interfaces in Go.
|
||||
golangci-lint # Fast linters Runner for Go
|
||||
graphviz # Graph visualisation tool
|
||||
gosec # Security checker
|
||||
|
||||
# Nix
|
||||
nixd # Nix LSP. Нет в mason
|
||||
|
|
Loading…
Add table
Reference in a new issue