test
This commit is contained in:
parent
8020d1446a
commit
b422782656
2 changed files with 4 additions and 4 deletions
|
@ -60,6 +60,7 @@
|
|||
git
|
||||
curl
|
||||
htop
|
||||
btop
|
||||
iftop
|
||||
nload
|
||||
iotop
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue