This commit is contained in:
smayzy 2025-07-08 17:03:41 +02:00
parent 1f89d46355
commit eebe36a2b0

View File

@ -9,7 +9,7 @@ in
description = "steam support"; description = "steam support";
}; };
config = mkIf config.smayzy.steam { config = mkIf config.smayzy.steam.enable {
programs.steam.enable = true; programs.steam.enable = true;
}; };
} }