feat(de): add clipse as clipboard history manager

This commit is contained in:
Mohammad Rafiq 2025-03-25 01:33:47 +08:00
parent 4243f069ff
commit 1169f91494
No known key found for this signature in database
4 changed files with 16 additions and 7 deletions

View file

@ -0,0 +1,7 @@
{
services.clipse = {
enable = true;
historySize = 1000;
imageDisplay.type = "kitty";
};
}