8 current 2025-10-05 19:42:22 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 19:42:24 -05:00
parent 2fcb46b611
commit f8c1d19925
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 7 current 2025-10-05 19:40:33 25.05.20251001.5b5be50 6.12.49 * # generation: 8 current 2025-10-05 19:42:22 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -10,8 +10,9 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.xserver.videoDrivers = [ "nvidia" ]; hardware.graphics.enable = true;
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
services.xserver.videoDrivers = [ "nvidia" ];
# enable nvidia proprietary driver # enable nvidia proprietary driver
hardware.nvidia = { hardware.nvidia = {