From 5235edcdb1e2b3f3c07bc12704460542249ca3a4 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:13:39 +0200 Subject: [PATCH] Remove firmware options for laptop --- nixos-configurations/laptop/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index a3931f9..7f89cc5 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ ... }: { imports = [ @@ -8,9 +8,6 @@ networking.hostName = "laptop"; - hardware.firmware = [ pkgs.broadcom-bt-firmware ]; - boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; - home-manager.users.thiloho = { pkgs, ... }: { programs.git = { signing = {