feat: add pipewire wine audio fix and add dropdown terminal to i3

This commit is contained in:
Jacob Bachmann 2024-08-16 19:30:19 +02:00
parent 8e8fdb8fa2
commit e6a98be608
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 60 additions and 9 deletions

View file

@ -1,5 +1,4 @@
{
services.jackett = {
enable = true;
};
@ -10,12 +9,12 @@
flare-solvarr = {
image = "ghcr.io/flaresolverr/flaresolverr:latest";
autoStart = true;
ports = ["127.0.0.1:8191:8191"];
ports = [ "127.0.0.1:8191:8191" ];
environment = {
LOG_LEVEL = "info";
LOG_HTML = "false";
CAPTCHA_SOLVER = "hcaptcha-solver";
TZ="Europe/Berlin";
TZ = "Europe/Berlin";
};
};
};