summary refs log tree commit diff
path: root/host/Rory-desktop/configuration.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-17 06:50:44 +0200
committerRory& <root@rory.gay>2024-07-17 06:50:44 +0200
commit6ad91ccabc83c2618160f2734e4ca5e90983baf4 (patch)
tree93cce578fe6579de81d8bfc2c3595ecedb4189c2 /host/Rory-desktop/configuration.nix
parentNode exproter changes (diff)
downloadRory-Open-Architecture-6ad91ccabc83c2618160f2734e4ca5e90983baf4.tar.xz
Changes
Diffstat (limited to 'host/Rory-desktop/configuration.nix')
-rw-r--r--host/Rory-desktop/configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix
index 73b361f..c7e0b1e 100644
--- a/host/Rory-desktop/configuration.nix
+++ b/host/Rory-desktop/configuration.nix
@@ -39,8 +39,17 @@ args@{
         efiInstallAsRemovable = true;
       };
     };
+    kernelPatches = [
+      {
+        # FIXME: https://gitlab.freedesktop.org/drm/amd/-/issues/3437
+        name = "drm-amd-3437-hack";
+        patch = /hacks/drm-amd-3437.patch;
+      }
+    ];
+
     #readOnlyNixStore = false;
   };
+  programs.noisetorch.enable = true;
 
   environment.sessionVariables = {
     ZSH_DISABLE_COMPFIX = "true";