remove novideo

This commit is contained in:
stitchy 2024-06-18 00:23:44 -07:00
parent fa48674845
commit f7199197c6
Signed by: stitchy
SSH key fingerprint: SHA256:p+xeQgmOvQ2br1d2STl5OnRRMef2LRqCtGA7SO4WYk0
2 changed files with 6 additions and 6 deletions

View file

@ -22,6 +22,7 @@ in
}; };
}; };
programs.appimage.binfmt = true;
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services = { services = {

View file

@ -76,24 +76,23 @@
swapDevices = [ ]; swapDevices = [ ];
services.xserver.videoDrivers = ["nvidia"];
services.xserver.displayManager.lightdm.enable = false; services.xserver.displayManager.lightdm.enable = false;
services.monado = { services.monado = {
enable = true; enable = true;
defaultRuntime = true; defaultRuntime = true;
}; };
systemd.user.services.monado.environment = {
STEAMVR_LH_ENABLE = "1";
XRT_COMPOSITOR_COMPUTE = "1";
};
hardware = { hardware = {
opengl = { opengl = {
enable = true; enable = true;
driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
}; };
nvidia = {
modesetting.enable = true;
powerManagement.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
}; };
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;