Compare commits

..

No commits in common. "b9b9f28e26b36570990f653364ec60e258d8e15b" and "1318dbba6509e311412d3bfb8dd8f471d66a275f" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View file

@ -36,6 +36,11 @@
networking.hostName = "WinMax2"; # Define your hostname.
specialisation.noAVX512.configuration = {
# For some reason The Finals crashes on CPUs that support AVX512
boot.kernelParams = ["clearcpuid=304"];
};
# Direct scanout has some issues with my egpu so I just disable it
environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1;

View file

@ -100,8 +100,6 @@
accent = "mauve";
};
programs.iotop.enable = true;
home-manager = {
backupFileExtension = "hm-backup";
useGlobalPkgs = true;