From f24c7ed67c124e17b8815af9c9af4b8c24e9d6e7 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 16 Jul 2023 17:58:08 +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 80cbd87d..83267b95 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -30,7 +30,7 @@ package = config.boot.kernelPackages.nvidiaPackages.stable; powerManagement.finegrained = true; powerManagement.enable = true; - modesetting.enable = true; + # modesetting.enable = true; prime = { offload = { enable = true;