Initial commit lol

This commit is contained in:
langedev 2023-11-19 19:31:04 -08:00
parent a2318e586a
commit 0cc3e1fc29
15 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, lib, ... }:
{
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
}