remove gnome and nvidia
This commit is contained in:
parent
c2dcf6f09c
commit
90498a5c84
2 changed files with 1 additions and 25 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
nixpkgs = {
|
||||
hostPlatform = "x86_64-linux";
|
||||
config.nvidia.acceptLicense = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
@ -66,28 +65,5 @@
|
|||
enable = 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" ];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
user = true;
|
||||
|
||||
withNiri = true;
|
||||
withGnome = true;
|
||||
withGnome = false;
|
||||
|
||||
withVM = false;
|
||||
withContainers = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue