mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
- Enabled cliphist - Added wl-clipboard package - Added new hyprland keybinding Mod+V for cliphist tofi menu
9 lines
109 B
Nix
9 lines
109 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
wl-clipboard
|
|
];
|
|
|
|
services.cliphist.enable = true;
|
|
}
|