[General]: Update configuration to NixOS 23.05 beta

This commit is contained in:
Antoine Viallon 2023-05-25 11:38:51 +02:00
parent 786727693f
commit e7f7c9a669
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
9 changed files with 46 additions and 27 deletions

View file

@ -21,7 +21,7 @@ in {
description = "Ryujinx Switch emulator package";
type = myLib.types.package';
default = pkgs.unstable.ryujinx;
example = literalExample "pkgs.unstable.ryujinx";
example = literalExpression "pkgs.unstable.ryujinx";
};
};
};
@ -88,7 +88,6 @@ in {
};
programs.steam.package = pkgs.steam.override {
withJava = true;
extraPkgs = pkgs: [
pkgs.gamescope
];