mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
nixos(steam): fix when gamescope isn't enabled
This commit is contained in:
parent
938afbb96e
commit
ca0c899008
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user