chore(fuji-wsl): add opus stuff
This commit is contained in:
parent
6dc68f3553
commit
d8ac44a5e6
1 changed files with 5 additions and 3 deletions
|
@ -20,9 +20,11 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
|
sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
|
||||||
systemPackages = [
|
systemPackages = with pkgs; [
|
||||||
(pkgs.writeShellScriptBin "neovide" ''/bin/neovide-unwrapped --wsl "$@" &'')
|
(writeShellScriptBin "neovide" ''/bin/neovide-unwrapped --wsl "$@" &'')
|
||||||
pkgs.parallel
|
opusTools
|
||||||
|
opustags
|
||||||
|
parallel
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue