mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated glance
This commit is contained in:
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
13
modules/nixos/services/glance/config/pages.nix
Normal file → Executable 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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue