typo: powerManagment -> powerManagement (#25813)

Changed files
+2 -2
nixos
modules
tasks
+2 -2
nixos/modules/tasks/powertop.nix
···
with lib;
let
-
cfg = config.powerManagment.powertop;
in {
###### interface
-
options.powerManagment.powertop.enable = mkEnableOption "powertop auto tuning on startup";
###### implementation
···
with lib;
let
+
cfg = config.powerManagement.powertop;
in {
###### interface
+
options.powerManagement.powertop.enable = mkEnableOption "powertop auto tuning on startup";
###### implementation