feat(de): add clipse as clipboard history manager
This commit is contained in:
parent
4243f069ff
commit
1169f91494
4 changed files with 16 additions and 7 deletions
7
users/modules/programs/clipse.nix
Normal file
7
users/modules/programs/clipse.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.clipse = {
|
||||
enable = true;
|
||||
historySize = 1000;
|
||||
imageDisplay.type = "kitty";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue