7 lines
107 B
Nix
7 lines
107 B
Nix
{
|
|
services.clipse = {
|
|
enable = true;
|
|
historySize = 1000;
|
|
imageDisplay.type = "kitty";
|
|
};
|
|
}
|