1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 09:31:04 +01:00

glance: add module

This commit is contained in:
Gutyina Gergő 2024-06-28 08:24:13 -07:00 committed by GitHub
parent f50e2779ed
commit 7e68e55d2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 167 additions and 0 deletions

View file

@ -1692,6 +1692,17 @@ in {
allows you to override this name.
'';
}
{
time = "2024-06-28T14:18:16+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.glance'.
Glance is a self-hosted dashboard that puts all your feeds in
one place. See https://github.com/glanceapp/glance for more.
'';
}
];
};
}