Add multihardware support

This commit is contained in:
langedev 2023-11-19 20:48:22 -08:00
parent 0cc3e1fc29
commit d1e5130d3f
6 changed files with 30 additions and 11 deletions

11
laptop.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, pkgs, lib, ... }:
{
networking.hostName = "jibril";
imports = [
./hardware/laptop.nix
./modules/network/networking
./modules/network/bluetooth
];
}