nix-config/hosts/desktop/default.nix
willifan 092602896b revert eb93428c47
revert added technic-launcher
2024-11-16 14:34:58 +01:00

14 lines
228 B
Nix

{ hostname, ... }:
{
networking.hostName = hostname;
imports = [
./boot.nix
./nfs-client.nix
./nix-ld.nix
./printers.nix
];
hardware.bluetooth.enable = true;
services.hardware.bolt.enable = true;
}