adding oculante image viewer

This commit is contained in:
Matt Nish-Lapidus 2025-02-03 17:28:12 -05:00
parent 7b061e6cd8
commit 674b10ee73
2 changed files with 13 additions and 0 deletions

View file

@ -311,6 +311,7 @@
impala
unstable.playerctl
mioctl
oculante
unstable.door-knocker
inputs.hyprpicker.packages.x86_64-linux.default
farge

View file

@ -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;
# };
}
];
};
};
};