2023-12-01 16:58:23 +01:00
|
|
|
{ config, lib, ...}:
|
2022-06-21 15:34:34 +02:00
|
|
|
{
|
2023-01-27 17:34:49 +01:00
|
|
|
imports = [
|
2023-12-01 16:58:23 +01:00
|
|
|
../modules/bluetooth.nix
|
|
|
|
../modules/networkmanager.nix
|
2023-01-27 17:34:49 +01:00
|
|
|
../modules/tlp.nix
|
2023-12-12 20:25:50 +01:00
|
|
|
../modules/sus-then-hib.nix
|
2023-01-27 17:34:49 +01:00
|
|
|
];
|
|
|
|
|
2022-06-21 15:34:34 +02:00
|
|
|
}
|