hm standalone again

This commit is contained in:
Bryan Ramos 2023-06-06 23:16:27 -04:00
parent a2c480f5d9
commit 2b0f6849b6
7 changed files with 38 additions and 63 deletions

View file

@ -43,14 +43,15 @@
};
# GPU
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
opengl.enable = true;
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
};
};
hardware.nvidia.open = true;
# services.xserver.videoDrivers = [ "nvidia" ];
# hardware = {
# opengl.enable = true;
# nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.stable;
# modesetting.enable = true;
# };
# };
# Virtualisation
nix.settings.system-features = [ "kvm" ];