Improve cliphist
This commit is contained in:
parent
2bad479da5
commit
d71979f2cd
4 changed files with 9 additions and 4 deletions
7
modules/home/cliphist.nix
Normal file
7
modules/home/cliphist.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
|
||||
allowImages = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue