nixos(steam): fix when gamescope isn't enabled

This commit is contained in:
Timothy DeHerrera 2023-04-27 11:59:05 -06:00
parent 938afbb96e
commit ca0c899008
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2

View File

@ -84,6 +84,7 @@ in {
gamescopeSession = mkOption {
description = mdDoc "Run a GameScope driven Steam session from your display-manager";
default = {};
type = types.submodule {
options = {
enable = mkEnableOption (mdDoc "GameScope Session");