mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-01-19 09:29:13 +01:00
7 lines
114 B
Nix
7 lines
114 B
Nix
{
|
|
services.qotd = {
|
|
enable = true;
|
|
quotes = builtins.fromJSON (builtins.readFile ./quotes.json);
|
|
};
|
|
}
|