Compare commits
No commits in common. "811baf4c18c6836937caaedaec31eb74500f4329" and "18ffb81835dd0524535deb393d4282d45af69e2a" have entirely different histories.
811baf4c18
...
18ffb81835
2 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ _:{
|
|||
|
||||
programs.zsh.shellAliases = {
|
||||
cat = "bat";
|
||||
less = "bat";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" "i915" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelParams = [ "intel_pstate=disable" ];
|
||||
boot.kernelModules = [ "kvm-intel" "i915" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
@ -50,6 +49,7 @@
|
|||
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue