nichts/modules/packages/hardware.nix

14 lines
157 B
Nix
Raw Normal View History

2024-09-23 18:54:14 +02:00
{
config,
lib,
pkgs,
...
}: let
in {
2024-09-30 21:51:16 +02:00
# environment.systemPackages = with pkgs; lib.mkMerge [
# (mkIf cfg.bluetooth.enable [
# ])
# ];
2024-09-23 18:54:14 +02:00
}