From 4f15c56a1b2be1897680aec59c28f28e80469b62 Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Sun, 26 Nov 2023 18:40:40 +0100 Subject: [PATCH] Swapped to pipewire --- Hosts/hertog-laptop/configuration.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 = {