summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 00:55:46 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 00:56:20 -0500
commit9c152db0e06703b3099627b9e87cb05d3848ba98 (patch)
tree19530b81e408427c3d637932a01f81bc9721eac7 /modules
parent844ce64ea077035acac144eae7595f742c126736 (diff)
downloadnixos-config-9c152db0e06703b3099627b9e87cb05d3848ba98.tar.gz
nixos-config-9c152db0e06703b3099627b9e87cb05d3848ba98.zip
modules/laptop: Add powertop to system packages
Diffstat (limited to 'modules')
-rw-r--r--modules/laptop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix
index 9ebfeb9..663c65e 100644
--- a/modules/laptop.nix
+++ b/modules/laptop.nix
@@ -14,6 +14,7 @@
};
environment.systemPackages = with pkgs; [
acpi
+ powertop
];
};
}