Compare commits

..

2 commits

Author SHA1 Message Date
b9b9f28e26 Common: enable iotop 2024-07-02 14:34:52 +02:00
8b43439238 Machines/WinMax2: remove unneeded workaround 2024-07-02 14:34:28 +02:00
2 changed files with 2 additions and 5 deletions

View file

@ -36,11 +36,6 @@
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,6 +100,8 @@
accent = "mauve";
};
programs.iotop.enable = true;
home-manager = {
backupFileExtension = "hm-backup";
useGlobalPkgs = true;