dotfiles/os/battery.nix

5 lines
75 B
Nix
Raw Permalink Normal View History

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