From b422782656e1fb9e23f82c86e10b805f6a733dd6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 15 Jul 2023 21:44:41 +0900 Subject: [PATCH] test --- configuration.nix | 1 + hosts/nixos-laptop/configuration.nix | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index bf87d278..3d52dd2e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -60,6 +60,7 @@ git curl htop + btop iftop nload iotop diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index ed3e84ec..9a11f017 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -19,13 +19,12 @@ opengl.enable = true; opengl.driSupport32Bit = true; opengl.driSupport = true; - - opengl.extraPackages = with pkgs; [nvidia-vaapi-driver]; + opengl.extraPackages = with pkgs; [ nvidia-vaapi-driver ]; nvidia = { open = true; - # powerManagement.enable = true; - # modesetting.enable = true; + powerManagement.enable = true; + modesetting.enable = true; prime = { offload = { enable = true;