nichts/modules/packages/hardware.nix
2024-09-30 21:51:16 +02:00

13 lines
157 B
Nix

{
config,
lib,
pkgs,
...
}: let
in {
# environment.systemPackages = with pkgs; lib.mkMerge [
# (mkIf cfg.bluetooth.enable [
# ])
# ];
}