Clipboard: Difference between revisions
mNo edit summary |
m Clarified Clipboard Managers |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
: <blockquote>''The clipboard is a facility used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations.'' - Wikipedia page on [[wikipedia:Clipboard_(computing)|Clipboard (Computing)]]</blockquote> | : <blockquote>''The clipboard is a facility used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations.'' - Wikipedia page on [[wikipedia:Clipboard_(computing)|Clipboard (Computing)]]</blockquote> | ||
== | == Clipboard Managers == | ||
Options supported by NixOS include (but are not limited to): | Clipboard managers provide additional features such as clipboard history or synchronization. Options supported by NixOS include (but are not limited to): | ||
* [https://www.cliphist.com/ cliphist] | * [https://www.cliphist.com/ cliphist] | ||
| Line 8: | Line 8: | ||
* wl-clip-persist | * wl-clip-persist | ||
* clipse | * clipse | ||
== Installation == | |||
Example of installation for cliphist, find additional packages here: https://search.nixos.org/packages. | |||
{{File|3=environment.systemPackages = [ | |||
pkgs.cliphist | |||
];|name=/etc/nixos/configuration.nix|lang=nix}} | |||
== Home Manager == | == Home Manager == | ||
| Line 34: | Line 40: | ||
};|name=/etc/nixos/home.nix|lang=nix}} | };|name=/etc/nixos/home.nix|lang=nix}} | ||
[[Category:Configuration]] | |||