chore(fuji-wsl): add opus stuff

This commit is contained in:
uku 2025-05-25 15:42:07 +02:00
parent 6dc68f3553
commit d8ac44a5e6
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -20,9 +20,11 @@ in
environment = {
sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
systemPackages = [
(pkgs.writeShellScriptBin "neovide" ''/bin/neovide-unwrapped --wsl "$@" &'')
pkgs.parallel
systemPackages = with pkgs; [
(writeShellScriptBin "neovide" ''/bin/neovide-unwrapped --wsl "$@" &'')
opusTools
opustags
parallel
];
};