mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
@@ -0,0 +1,10 @@
|
||||
# Clipboard history: cliphist watches the Wayland clipboard and stores every
|
||||
# entry (text + images) so it can be recalled later via the `clipboard-menu`
|
||||
# script (tofi). Uses the home-manager module so the watcher services are
|
||||
# managed the same way as swaync/hypridle.
|
||||
{...}: {
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
allowImages = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user