Unverified Commit ca0c8990 authored by Timothy DeHerrera's avatar Timothy DeHerrera
Browse files

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

parent 938afbb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");