add(system): amdcpu.nix

This commit is contained in:
kenji
2026-03-15 17:10:44 -05:00
parent 2de8603b49
commit f33330b2d6
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@
../../modules/nixos/hyprland.nix
../../modules/nixos/gaming.nix
../../modules/nixos/amd.nix
../../modules/nixos/amdcpu.nix
];
}
+4
View File
@@ -0,0 +1,4 @@
{pkgs, ...}: {
boot.kernelModules = ["zenpower"];
boot.blacklistedKernelModules = ["k10temp"];
}