feat: updated glance

This commit is contained in:
Nick 2025-05-26 14:56:10 -05:00
parent 8d4ce8d2f9
commit a5bfa31ada
19 changed files with 115 additions and 22 deletions

13
modules/nixos/services/glance/config/pages.nix Normal file → Executable file
View file

@ -8,6 +8,8 @@ let
calendar = import (widgetsPath + /calendar.nix);
clock = import (widgetsPath + /clock.nix);
weather = import (widgetsPath + /weather.nix);
reddit = import (widgetsPath + /reddit.nix);
videos = import (widgetsPath + /videos.nix);
};
in
[
@ -16,13 +18,20 @@ in
{
size = "full";
widgets = [
widgets.podcasts
{
type = "group";
widgets = [
widgets.podcasts
widgets.videos
];
}
widgets.reddit
];
}
{
size = "small";
widgets = [
widgets.jellyfin
# widgets.jellyfin
widgets.steam
];
}