mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos(steam): fix when gamescope isn't enabled
This commit is contained in:
parent
938afbb96e
commit
ca0c899008
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue