Disable GSR by default

This commit is contained in:
Joseph DiGiovanni 2024-07-25 22:17:46 -04:00
parent 3470cfbe47
commit 87d33f1089

View file

@ -46,6 +46,7 @@ in
systemd.user.services."gsr-replay" = {
after = [ "graphical-session.target" ];
description = "GPU Screen Recorder replay service";
enable = false; # Disabled by default to save resources
serviceConfig = {
Environment = [
"AUDIO_CODEC=opus"