From e90ccbeab1b3e2ae098a31a84c81296de2b96bbf Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 14 Jul 2023 23:21:46 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 38cd021f..b5ae4e53 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -21,9 +21,9 @@ opengl.driSupport = true; nvidia = { - open = false; - powerManagement.enable = true; - modesetting.enable = true; + open = true; + # powerManagement.enable = true; + # modesetting.enable = true; prime = { reverseSync.enable = true; intelBusId = lib.mkDefault "PCI:0:2:0";