feat: add cliphist

- Enabled cliphist
- Added wl-clipboard package
- Added new hyprland keybinding Mod+V for cliphist tofi menu
This commit is contained in:
lightly-toasted 2025-09-15 21:22:52 +09:00
parent 211d1aa452
commit ce336d10b1
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
];
services.cliphist.enable = true;
}