nixos-config/hosts/desktop/default.nix
2024-04-13 15:30:32 +02:00

9 lines
148 B
Nix

{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
powerManagement.cpuFreqGovernor = "performance";
}