make sunshine use nvenc
This commit is contained in:
parent
194d1731e5
commit
0f0c131294
@ -80,6 +80,7 @@
|
||||
|
||||
# TODO: make a mergable option
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"cudatoolkit"
|
||||
"nvidia-persistenced" "nvidia-settings" "nvidia-x11"
|
||||
"steam" "steam-original" "steam-run"
|
||||
"zerotierone"
|
||||
|
||||
@ -25,7 +25,10 @@
|
||||
signal-desktop
|
||||
scrot
|
||||
st
|
||||
sunshine
|
||||
(sunshine.override {
|
||||
cudaSupport = true;
|
||||
cudaPackages = cudaPackages_12;
|
||||
})
|
||||
# surf
|
||||
sxiv
|
||||
teams-for-linux
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user