remove gnome and nvidia

This commit is contained in:
twoneis 2024-07-21 01:34:07 +02:00
parent c2dcf6f09c
commit 90498a5c84
2 changed files with 1 additions and 25 deletions

View file

@ -5,7 +5,6 @@
nixpkgs = { nixpkgs = {
hostPlatform = "x86_64-linux"; hostPlatform = "x86_64-linux";
config.nvidia.acceptLicense = true;
}; };
networking = { networking = {
@ -66,28 +65,5 @@
enable = true; enable = true;
enable32Bit = true; enable32Bit = true;
}; };
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
modesetting.enable = true;
powerManagement = {
enable = false;
finegrained = false;
};
open = false;
nvidiaSettings = true;
prime = {
offload = {
enable = true;
enableOffloadCmd = true;
};
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
};
}; };
services.xserver.videoDrivers = [ "nvidia" ];
} }

View file

@ -2,7 +2,7 @@
user = true; user = true;
withNiri = true; withNiri = true;
withGnome = true; withGnome = false;
withVM = false; withVM = false;
withContainers = false; withContainers = false;