From dfd881fe1ba11cd0f68749a6bad5a61970a303d4 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:02:21 +0200 Subject: [PATCH] update: add powertop package --- hosts/main-laptop/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 621d80b..a8b66c7 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -28,6 +28,7 @@ qbittorrent nil fira-code-nerdfont + powertop ]; nixpkgs.config.allowUnfree = true;