diff --git a/Hosts/hertog-laptop/configuration.nix b/Hosts/hertog-laptop/configuration.nix index 52ec381..a290331 100644 --- a/Hosts/hertog-laptop/configuration.nix +++ b/Hosts/hertog-laptop/configuration.nix @@ -5,8 +5,22 @@ { # Set hostname networking.hostName = "puter"; - security.polkit.enable = true; - services.xserver.displayManager.sessionPackages = [ pkgs.sway ]; + security = { + polkit.enable = true; + rtkit.enable = true; + }; + services = { + xserver.displayManager.sessionPackages = [ pkgs.sway ]; + pipewire = { + enable = true; + alsa = { + enable = true; + support32Bit = true; + }; + pulse.enable = true; + jack.enable = true; + }; + }; boot.kernelParams = [ "i915.force_probe=9a49" ]; hardware = { opengl = {