1
0
Fork 0

A really switch to integrated graphic card

master
dump_stack() 2019-07-25 07:17:03 +00:00
parent 16c7565571
commit ee98e27dea
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@ in {
time.timeZone = "UTC";
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelPackages = unstable.linuxPackages_latest;
boot.blacklistedKernelModules = [ "nouveau" ];
hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
i18n = {
consoleFont = "latarcyrheb-sun32";