nichts/modules/packages/hardware.nix

13 lines
153 B
Nix

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