Compare commits

..

5 Commits

Author SHA1 Message Date
3b4c318296
feat(hosts/orion): enable powersave for wifi
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-08-11 17:03: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,6 @@
{ pkgs, config, ... }:
{
services.xserver.videoDrivers = [
"intel"
"nvidia"
];
services.xserver.videoDrivers = [ "nvidia" ];
environment.variables.VDPAU_DRIVER = "va_gl";
hardware = {
enableRedistributableFirmware = true;