nixos(steam): fix when gamescope isn't enabled
This commit is contained in:
@@ -84,6 +84,7 @@ in {
|
|||||||
|
|
||||||
gamescopeSession = mkOption {
|
gamescopeSession = mkOption {
|
||||||
description = mdDoc "Run a GameScope driven Steam session from your display-manager";
|
description = mdDoc "Run a GameScope driven Steam session from your display-manager";
|
||||||
|
default = {};
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
enable = mkEnableOption (mdDoc "GameScope Session");
|
enable = mkEnableOption (mdDoc "GameScope Session");
|
||||||
|
|||||||
Reference in New Issue
Block a user