grimm-nixos-laptop/common/hardware/default.nix

7 lines
55 B
Nix
Raw Normal View History

2024-04-30 22:04:17 +02:00
{
imports = [
./laptop.nix
2024-05-02 14:02:35 +02:00
# ./tlp.nix
2024-04-30 22:04:17 +02:00
];
}