rovr package added

This commit is contained in:
2026-03-16 20:35:37 +03:00
parent 6f278b36e7
commit 8797821d94
4 changed files with 94 additions and 5 deletions
+4
View File
@@ -1,4 +1,5 @@
{
inputs,
lib,
pkgs,
...
@@ -12,4 +13,7 @@
#../server/open-webui.nix
#../services/tts.nix
];
environment.systemPackages = [
pkgs.rovr
];
}