roles: Refine all and laptop role

This commit is contained in:
fleaz 2023-12-01 16:58:23 +01:00
parent 6f649aad81
commit c0a233ee89
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -1,7 +1,9 @@
{ config, lib, ...}:
{
imports = [
../modules/bluetooth.nix
../modules/networkmanager.nix
../modules/tlp.nix
];
hardware.bluetooth.enable = true;
}