configures cliphist
This commit is contained in:
parent
44e1b85f74
commit
1407b6964d
7 changed files with 29 additions and 18 deletions
9
modules/wm/cliphist/default.nix
Normal file
9
modules/wm/cliphist/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
allowImages = true;
|
||||
systemdTargets = [ "graphical-session.target" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue