mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 19:41:35 +01:00
Update default.nix
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
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
|
wayland.windowManager.sway.config.output = let
|
||||||
wallpaper = pkgs.callPackage ../wallpaper.nix {};
|
wallpaper = pkgs.callPackage ../wallpaper.nix {};
|
||||||
|
|||||||
Reference in New Issue
Block a user