Compare commits

..

No commits in common. "c3298b1fd7b9ec86f9a058f3605132deff8a0035" and "e1c9e5e81590c83a558e5fd039ae5bc7bd3f537f" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
...
}: {
imports = [
inputs.nix-gaming.nixosModules.steamCompat
inputs.nix-gaming.nixosModules.pipewireLowLatency
./hardware.nix
./services
@ -65,7 +66,7 @@
nvidia = {
powerManagement.enable = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.production;
};
opengl = {
enable = true;

View file

@ -53,6 +53,7 @@
mangohud
bottles
prismlauncher
yuzu
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/jellyfin-rpc {})