2024 Vimjoyer - Is NixOS The Best Gaming Distro | Linux Gaming Setup of 8:36 https://www.youtube.com/watch?v=qlfm3MEbqYA hardware.opengl = { enable = true; driSupport = true; driSupport32Bit = true; }; services.xserver.videoDrivers = ["amdgpu"]; inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master"; outputs = { self, nixpkgs, nixos-hardware }: { nixosConfigurations. = nixpkgs.lin.nixosSystem { modules = [ nixos-hardware.nixosModules.dell-xps-13-9380 ]; }; };