From 93126f0a9995201a374ae168b7f06a15becfc2c6 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:09:21 +0200 Subject: [PATCH] Adjust laptop config --- nixos-configurations/laptop/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index c17f8fb..614806d 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -8,18 +8,8 @@ ]; networking.hostName = "laptop"; - - hardware.firmware = [ pkgs.broadcom-bt-firmware ]; - boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; home-manager.users.thiloho = { pkgs, ... }: { - wayland.windowManager.sway.config.output = let - wallpaper = pkgs.callPackage ../wallpaper.nix {}; - in { - eDP-1 = { - bg = "${wallpaper} fill"; - }; - }; programs.git = { signing = { key = "11BA77C2BDCEBF6A";