nixos-config/hosts/desktop/default.nix

9 lines
148 B
Nix
Raw Normal View History

2024-04-13 13:43:59 +02:00
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
powerManagement.cpuFreqGovernor = "performance";
2024-04-13 13:43:59 +02:00
}