nixos-configuration/homeConfigurations/muede/trollshell.nix
2026-07-27 10:33:17 +02:00

9 lines
156 B
Nix

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