From 64752c1a05763a55c70260bf765db15473ef9388 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 10 Jul 2025 11:33:10 +0100 Subject: [PATCH] fixed typo --- hosts/gabbielaptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index ad60688..b088324 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -65,7 +65,7 @@ # Enable PPD to improve battery life maybe services.power-profiles-daemon.enable = true; - powerManagerment.powertop.enable = true; + powerManagement.powertop.enable = true; # Enable greetd with ReGreet services.greetd = {