From 8b06796596cbd40ff15664615e9403af282f75d5 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 1 Jun 2025 21:02:01 -0700 Subject: [PATCH] fix: disable nvidia settings apparently these were never enabled before. jesus --- hosts/nyx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nyx/default.nix b/hosts/nyx/default.nix index 47b1d13..20eb2e6 100644 --- a/hosts/nyx/default.nix +++ b/hosts/nyx/default.nix @@ -17,7 +17,7 @@ in { marleyos = { hardware = { - nvidia = enabled; + # nvidia = enabled; }; };