Remove firmware options for laptop

This commit is contained in:
thiloho
2023-06-12 14:13:39 +02:00
parent 7e1ee2b43c
commit 5235edcdb1

View File

@@ -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 = {