about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/clipboard/default.nix
blob: 0a686190a5b34e9e97453e770ae1b165dc1788dc (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  programs.nixvim = {
    clipboard.providers = {
      wl-copy.enable = true;
    };
  };
}