From 049aa645ab072e6dae4d4c5075a5edf3a4a784f1 Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 18 Apr 2024 23:27:26 +0200 Subject: [PATCH] audio --- configuration.nix | 10 ++++++++++ home.nix | 1 + 2 files changed, 11 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8b42d43..36b0961 100644 --- a/configuration.nix +++ b/configuration.nix @@ -91,6 +91,16 @@ # GNOME Keyring services.gnome.gnome-keyring.enable = true; + # PipeWire Setup + security.rtkit.enable = true; + services.pipewire = { + enable = true; + audio.enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + }; + # Configure console keymap console.keyMap = "de"; diff --git a/home.nix b/home.nix index e343862..2ba1054 100644 --- a/home.nix +++ b/home.nix @@ -54,6 +54,7 @@ in gnome.seahorse evince xournalpp + pavucontrol ]; fonts.fontconfig.enable = true;