192 current 2024-07-05 14:57:01 24.11.20240703.9f4128e 6.9.7-zen1 *

This commit is contained in:
sadan 2024-07-05 14:57:05 -04:00
parent c8e2232dce
commit 050067a19d
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ let
in in
{ {
dev = with pkgs;[ dev = with pkgs;[
cmake cmake
nodePackages_latest.typescript-language-server nodePackages_latest.typescript-language-server
cargo cargo
lua lua
@ -52,10 +52,10 @@ in
# withVencord = true; # withVencord = true;
# }; # };
(pkgs.discord.override { (pkgs.discord.override {
vencord = cpkg.vencord; vencord = cpkg.vencord;
}) })
(pkgs.vesktop.override { (pkgs.vesktop.override {
vencord = cpkg.vencord; vencord = cpkg.vencord;
}) })
xsel xsel
spotify spotify
@ -78,6 +78,7 @@ in
libsForQt5.kinit libsForQt5.kinit
]; ];
general = with pkgs; [ general = with pkgs; [
bat
usbutils usbutils
tree tree
ffmpeg ffmpeg