diff --git a/nix/nixos-modules/useable.nix b/nix/nixos-modules/useable.nix index f47e4eb..169c853 100644 --- a/nix/nixos-modules/useable.nix +++ b/nix/nixos-modules/useable.nix @@ -55,14 +55,10 @@ in environment.systemPackages = with pkgs; let - inherit (lib.lists) flatten optional optionals; + inherit (lib.lists) flatten optionals; in flatten [ - (optional ( - config.services.hardware.bolt.enable && config.services.desktopManager.plasma6.enable - ) kdePackages.plasma-thunderbolt) # TODO upstream - (optionals config.hardware.bluetooth.enable [ bluetuith ])