nixos-configuration/homeConfigurations/muede/trollshell.nix
2026-07-26 16:40:13 +02:00

8 lines
128 B
Nix

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