From d1c4e542f975892b3a8cda46f23a0977a53d24f6 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 25 Nov 2024 18:21:44 +0100 Subject: [PATCH] left out enable option --- hosts/toothpc/modules.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 8e041313..a3249c79 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -26,8 +26,10 @@ }; nvidia = { enable = true; - open = false; package = "beta"; + open = { + enable = false; + }; }; }; logitech = {