7 lines
123 B
Nix
7 lines
123 B
Nix
{
|
|
custom = {
|
|
full = true;
|
|
profile = "desktop"; # Inherit desktop
|
|
services.auto-cpufreq.enable = true;
|
|
};
|
|
}
|