summary refs log tree commit diff stats
path: root/system/settings/hardware/personal-computer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/personal-computer.nix')
-rw-r--r--system/settings/hardware/personal-computer.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/settings/hardware/personal-computer.nix b/system/settings/hardware/personal-computer.nix
new file mode 100644
index 00000000..e8574b3d
--- /dev/null
+++ b/system/settings/hardware/personal-computer.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, lib, ... }:
+
+{
+  boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
+  powerManagement.cpuFreqGovernor = "schedutil";
+}