dotfiles/config/nix/modules/battery.nix

5 lines
79 B
Nix
Raw Normal View History

2023-10-22 22:27:58 +02:00
{ pkgs, ... }:
{
2023-10-23 22:05:56 +02:00
environment.systemPackages = with pkgs; [ tlp powertop ];
2023-10-22 22:27:58 +02:00
}