feat: test

This commit is contained in:
Nick 2025-06-09 00:13:34 -05:00
parent f5dcb24bde
commit d4e51acad4
5 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ in
acme acme
audiobookshelf audiobookshelf
caddy caddy
jellyfinS jellyfin
logrotate logrotate
mastodon mastodon
minecraft minecraft

View file

@ -2,7 +2,7 @@
let let
widgetsPath = ./widgets; widgetsPath = ./widgets;
widgets = { widgets = {
jellyfin = import (widgetsPath + /jellyfin) { inherit config flake; }; jellyfin = import (widgetsPath + /jelly) { inherit config flake; };
steam = import (widgetsPath + /steam); steam = import (widgetsPath + /steam);
podcasts = import (widgetsPath + /podcasts.nix); podcasts = import (widgetsPath + /podcasts.nix);
calendar = import (widgetsPath + /calendar.nix); calendar = import (widgetsPath + /calendar.nix);