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:
@@ -9,17 +9,7 @@
|
|||||||
|
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user