wry, many thing

This commit is contained in:
atagen 2026-04-08 11:43:10 +10:00
parent 6e62eccfba
commit 848ed62c5d
47 changed files with 1598 additions and 1201 deletions

View file

@ -1,12 +1,6 @@
{
pkgs,
lib,
...
}:
{ pkgs, ... }:
{
apps = {
volumeOSD = pkgs.avizo;
inherit (pkgs) playerctl;
};
quick.services."avizo-service".cmd = "${lib.getExe' pkgs.avizo "avizo-service"}";
}