imladris/hw/orion/default.nix

10 lines
109 B
Nix

{ inputs, ... }:
{
imports = [
./hardware-configuration.nix
];
services.blueman.enable = true;
}