This commit is contained in:
Benjamin Palko 2024-08-03 19:58:31 -04:00
parent 823fba724e
commit 621b05a216

View file

@ -9,8 +9,12 @@
gst-python
]
))
# C++
clang
clang-tools
vcpkg
vcpkg-tool
# Other
nodejs
bun
rustc
@ -35,5 +39,6 @@
home.sessionVariables = {
EDITOR = "nvim";
VCPKG_ROOT = "${pkgs.vcpkg.outpath}";
};
}