9 lines
156 B
Nix
9 lines
156 B
Nix
{ ... }:
|
|
{
|
|
programs.trollshell = {
|
|
enable = true;
|
|
weather.fallbackCity = "Berlin";
|
|
cliphist.enable = true;
|
|
stats.layout = "split";
|
|
};
|
|
}
|