fix(systemModules:gaming): typo

This commit is contained in:
ooks-io 2024-04-30 22:06:10 +12:00
parent ccbf36ec13
commit 3dd8d4a86b

View file

@ -26,7 +26,7 @@ let
in
{
config = mkIf (elem "gamiing" host.function) {
config = mkIf (elem "gaming" host.function) {
hardware.opengl.extraPackages = [ pkgs.gamescope ];
programs = {
steam = {