Add tlp
This commit is contained in:
parent
56aa0c8de8
commit
b36df78a29
|
@ -9,6 +9,7 @@
|
|||
../../profiles/base.nix
|
||||
../../profiles/dev.nix
|
||||
../../profiles/gui.nix
|
||||
../../profiles/laptop.nix
|
||||
../../users/simon/base.nix
|
||||
];
|
||||
|
||||
|
|
3
modules/tlp.nix
Normal file
3
modules/tlp.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.tlp.enable = true;
|
||||
}
|
8
profiles/laptop.nix
Normal file
8
profiles/laptop.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../modules/tlp.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue