Update hp-omen.nix

This commit is contained in:
Aaron Honeycutt 2022-09-02 18:15:46 +00:00
parent 7fd050a899
commit 65b47eb13a

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "oryp6";
# NVIDIA
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;