From 859572da86fa976b87254fb7ebb6ea158217fce3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 16 Jul 2023 18:22:22 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index db1dcc8d..9472eb19 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -17,7 +17,7 @@ # https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/p1/3th-gen/nvidia.nix # https://libreddit.kavin.rocks/r/NixOS/comments/x04dyv/optimus_help/ - boot.kernelParams = [ "nomodeset" ]; + # boot.kernelParams = [ "nomodeset" ]; hardware = { opengl.enable = true;