Add GoXLR service
This commit is contained in:
parent
b5bf1e8166
commit
27afcce091
@ -284,6 +284,17 @@
|
||||
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.preferXdgDirectories = true;
|
||||
@ -305,7 +316,6 @@
|
||||
ollama
|
||||
protonup-ng
|
||||
protonmail-bridge-gui
|
||||
goxlr-utility
|
||||
obsidian
|
||||
gamepad-tool
|
||||
linuxKernel.packages.linux_6_11.xpadneo
|
||||
|
Loading…
Reference in New Issue
Block a user