nixos-config/roles/laptop.nix

10 lines
131 B
Nix
Raw Normal View History

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
];
2022-06-21 13:34:34 +00:00
}