Adjust laptop config

This commit is contained in:
Thilo Hohlt
2023-07-05 23:09:21 +02:00
committed by GitHub
parent c8302cdd11
commit 93126f0a99

View File

@@ -8,18 +8,8 @@
]; ];
networking.hostName = "laptop"; networking.hostName = "laptop";
hardware.firmware = [ pkgs.broadcom-bt-firmware ];
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
home-manager.users.thiloho = { pkgs, ... }: { home-manager.users.thiloho = { pkgs, ... }: {
wayland.windowManager.sway.config.output = let
wallpaper = pkgs.callPackage ../wallpaper.nix {};
in {
eDP-1 = {
bg = "${wallpaper} fill";
};
};
programs.git = { programs.git = {
signing = { signing = {
key = "11BA77C2BDCEBF6A"; key = "11BA77C2BDCEBF6A";