bekkalokk/qotd: init

This commit is contained in:
fredrik
2026-01-17 22:00:55 +01:00
parent 60b6cd137f
commit b933d19f91
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
services.qotd = {
enable = true;
quotes = builtins.fromJSON (builtins.readFile ./quotes.json);
};
}

View File

@@ -0,0 +1 @@
["quote 1", "quote 2"]