add trollshell

This commit is contained in:
müde 2026-06-14 14:31:54 +02:00
commit 1c14eaeccf
6 changed files with 73 additions and 15 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.trollshell = {
enable = true;
weather.fallbackCity = "Berlin";
};
}