nichts/modules/packages/hardware.nix

14 lines
145 B
Nix
Raw Normal View History

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