Remove outdated comment

This commit is contained in:
ItsDrike 2024-06-24 14:51:19 +02:00
parent ccf9ececa2
commit 35d8c86797
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -1,6 +1,3 @@
# This sets up power management using auto-cpufreq,
# alongside with upower and power-profiles-daemon.
# Together, this provides a complete alternative to TLP
{ pkgs, lib, config, ...}: let
inherit (lib) mkIf;
inherit (lib.modules) mkForce;