nixos-configuration/homeConfigurations/muede/trollshell.nix
2026-06-14 16:40:41 +02:00

7 lines
100 B
Nix

{ ... }:
{
programs.trollshell = {
enable = true;
weather.fallbackCity = "Berlin";
};
}