mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Adjust laptop config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user