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, ... }: { config, pkgs, ... }:
{ {
# Name your host machine
networking.hostName = "oryp6";
# NVIDIA # NVIDIA
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true; hardware.opengl.enable = true;