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