Compare commits
2 commits
1318dbba65
...
b9b9f28e26
| Author | SHA1 | Date | |
|---|---|---|---|
| b9b9f28e26 | |||
| 8b43439238 |
2 changed files with 2 additions and 5 deletions
|
|
@ -36,11 +36,6 @@
|
||||||
|
|
||||||
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,6 +100,8 @@
|
||||||
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