Compare commits

..

5 Commits

Author SHA1 Message Date
ec1e3cf942
feat(hosts/orion): enable iwlwifi power save
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 44s
2024-08-11 16:54:30 -05:00
ff8e66729e
build(nix): update flake.lock 2024-08-11 16:54:29 -05:00
e4f1cc0362
chore(vesktop): update settings.json 2024-08-11 16:54:29 -05:00
34a6716d16
feat(hm/price): enable Nvidia PRIME offloading for Steam
We setup a custom `steam.desktop` entry for our applications that makes
Steam run on the Nvidia graphics card. As a consequence, all processes
launched by steam will likewise offload their graphical rendering to the
discrete graphics card as well.
2024-08-11 16:54:29 -05:00
3e7ea0bf7b
feat(hosts/orion): enable Nvidia GPU w/ PRIME 2024-08-11 16:54:29 -05:00

View File

@ -1,9 +1,4 @@
{
pkgs,
lib,
config,
...
}:
{ pkgs, config, ... }:
{
services.xserver.videoDrivers = [ "nvidia" ];
environment.variables.VDPAU_DRIVER = "va_gl";
@ -21,7 +16,6 @@
extraPackages32 = with pkgs.driversi686Linux; [ intel-vaapi-driver ];
};
nvidia = {
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
powerManagement.enable = true;
prime = {