My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

use av1 codec for replays

quasigod 6bc5c098 34e71c52

+1 -1
+1 -1
modules/gaming.nix
··· 102 102 # Save a video using `killall -SIGUSR1 gpu-screen-recorder` (or any other way to send a SIGUSR1 signal to gpu-screen-recorder) 103 103 Unit.Description = "gpu-screen-recorder replay service"; 104 104 Install.WantedBy = [ "graphical-session.target" ]; 105 - Service.ExecStart = "${lib.getExe pkgs.gpu-screen-recorder} -w portal -f 60 -r 60 -a 'default_output' -a 'default_input' -c mp4 -q high -o %h/Videos/Replays -restore-portal-session yes -v no"; 105 + Service.ExecStart = "${lib.getExe pkgs.gpu-screen-recorder} -w portal -f 60 -r 60 -k av1 -a 'default_output' -a 'default_input' -c mp4 -q high -o %h/Videos/Replays -restore-portal-session yes -v no"; 106 106 }; 107 107 }; 108 108 };