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