pantheon/users/modules/programs/clipse.nix
2025-03-25 01:33:47 +08:00

7 lines
107 B
Nix

{
services.clipse = {
enable = true;
historySize = 1000;
imageDisplay.type = "kitty";
};
}