diff --git a/configuration/desktop/default.nix b/configuration/desktop/default.nix index fea94b2..f5f09bb 100644 --- a/configuration/desktop/default.nix +++ b/configuration/desktop/default.nix @@ -41,6 +41,8 @@ # hardware.pulseaudio.enable = true; networking.useDHCP = lib.mkDefault true; hardware.opengl.enable = true; - services.xserver.windowManager.bspwm.enable = true; - + services.xserver = { + windowManager.bspwm.enable = true; + layout = "de"; + }; } diff --git a/configuration/desktop/streaming.nix b/configuration/desktop/streaming.nix index 16235e0..953e594 100644 --- a/configuration/desktop/streaming.nix +++ b/configuration/desktop/streaming.nix @@ -6,6 +6,8 @@ kernelModules = [ "v4l2loopback" ]; }; + environment.systemPackages = with pkgs; [ obs-studio ]; + home-manager.users.hexchen = { programs.obs-studio = { enable = true;