nixos-config/profiles/laptop.nix
Simon Bruder 20ef95691b
Disable tlp
Recalibrating my battery does not work and just breaks charging until
the battery is removed and plugged in again.
2020-09-11 22:47:40 +02:00

9 lines
71 B
Nix

{ pkgs, ... }:
{
imports =
[
#../modules/tlp.nix
];
}