fix typo in gaming module

This commit is contained in:
notgne2 2022-05-15 08:25:29 -07:00
parent 156ab1955c
commit 759fb4e721
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A

View File

@ -178,7 +178,7 @@ in
}; };
}; };
systemd.user.services.scc = mkIf cfg.scSerice { systemd.user.services.scc = mkIf cfg.scService {
Unit = { Unit = {
Description = "User-mode driver and GTK3 based GUI for Steam Controller"; Description = "User-mode driver and GTK3 based GUI for Steam Controller";
After = [ "graphical-session-pre.target" ]; After = [ "graphical-session-pre.target" ];