mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: overhaul callisto to use new liminalOS configuration method
This commit is contained in:
parent
a506d2aed4
commit
0b8e5ade7b
6 changed files with 22 additions and 1020 deletions
|
@ -25,6 +25,8 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
services.tlp.enable = lib.mkIf (cfg.formFactor == "laptop") true;
|
||||
programs.light.enable = lib.mkIf (cfg.formFactor == "laptop") true;
|
||||
assertions = [
|
||||
{
|
||||
assertion = cfg.formFactor != null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue