feat: need a quick push

This commit is contained in:
Nick 2025-05-29 21:44:37 -05:00
parent a5bfa31ada
commit 0ddf9cd1ce
12 changed files with 96 additions and 7 deletions

View file

@ -10,6 +10,7 @@ let
weather = import (widgetsPath + /weather.nix);
reddit = import (widgetsPath + /reddit.nix);
videos = import (widgetsPath + /videos.nix);
repos = import (widgetsPath + /repos.nix);
};
in
[
@ -31,8 +32,8 @@ in
{
size = "small";
widgets = [
# widgets.jellyfin
widgets.steam
widgets.repos
];
}
{