mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: add cliphist
- Enabled cliphist - Added wl-clipboard package - Added new hyprland keybinding Mod+V for cliphist tofi menu
This commit is contained in:
parent
211d1aa452
commit
ce336d10b1
2 changed files with 10 additions and 0 deletions
9
home/modules/graphical/cliphist.nix
Normal file
9
home/modules/graphical/cliphist.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue