Add GoXLR service

This commit is contained in:
Joey Hafner 2024-11-02 18:11:06 -07:00
parent b5bf1e8166
commit 27afcce091
No known key found for this signature in database

View File

@ -284,6 +284,17 @@
ExecStart = "${pkgs-unstable.librespot}/bin/librespot --backend pulseaudio --system-cache /home/${vars.user.username}/.spotify -j"; ExecStart = "${pkgs-unstable.librespot}/bin/librespot --backend pulseaudio --system-cache /home/${vars.user.username}/.spotify -j";
}; };
}; };
goxlr-utility = {
Unit = {
Description = "Unofficial GoXLR App replacement for Linux, Windows and MacOS";
Documentation = [ "https://github.com/GoXLR-on-Linux/goxlr-utility" ];
};
Service = {
Restart = "always";
RestartSec = 30;
ExecStart = "${pkgs.goxlr-utility}/bin/goxlr-daemon";
};
};
}; };
home.enableNixpkgsReleaseCheck = false; home.enableNixpkgsReleaseCheck = false;
home.preferXdgDirectories = true; home.preferXdgDirectories = true;
@ -305,7 +316,6 @@
ollama ollama
protonup-ng protonup-ng
protonmail-bridge-gui protonmail-bridge-gui
goxlr-utility
obsidian obsidian
gamepad-tool gamepad-tool
linuxKernel.packages.linux_6_11.xpadneo linuxKernel.packages.linux_6_11.xpadneo