8 lines
128 B
Nix
8 lines
128 B
Nix
{ ... }:
|
|
{
|
|
programs.trollshell = {
|
|
enable = true;
|
|
weather.fallbackCity = "Berlin";
|
|
cliphist.enable = true;
|
|
};
|
|
}
|