Compare commits
No commits in common. "b9b9f28e26b36570990f653364ec60e258d8e15b" and "1318dbba6509e311412d3bfb8dd8f471d66a275f" have entirely different histories.
b9b9f28e26
...
1318dbba65
2 changed files with 5 additions and 2 deletions
|
|
@ -36,6 +36,11 @@
|
||||||
|
|
||||||
networking.hostName = "WinMax2"; # Define your hostname.
|
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
|
# Direct scanout has some issues with my egpu so I just disable it
|
||||||
environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1;
|
environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,8 +100,6 @@
|
||||||
accent = "mauve";
|
accent = "mauve";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.iotop.enable = true;
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
backupFileExtension = "hm-backup";
|
backupFileExtension = "hm-backup";
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue