From 674b10ee73e6ffff96ee1d6e9799be4566e93fdd Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 3 Feb 2025 17:28:12 -0500 Subject: [PATCH] adding oculante image viewer --- home/home.nix | 1 + system/eddie/configuration.nix | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/home/home.nix b/home/home.nix index dd07c0c..2a5d726 100644 --- a/home/home.nix +++ b/home/home.nix @@ -311,6 +311,7 @@ impala unstable.playerctl mioctl + oculante unstable.door-knocker inputs.hyprpicker.packages.x86_64-linux.default farge diff --git a/system/eddie/configuration.nix b/system/eddie/configuration.nix index deab53a..18abf32 100644 --- a/system/eddie/configuration.nix +++ b/system/eddie/configuration.nix @@ -397,6 +397,18 @@ resample.quality = 1; }; }; + pipewire."10-airplay" = { + "context.modules" = [ + { + name = "libpipewire-module-raop-discover"; + + # increase the buffer size if you get dropouts/glitches + # args = { + # "raop.latency.ms" = 500; + # }; + } + ]; + }; }; };