about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/clipboard/default.nix
blob: 761f0c171a39830ff06f3ae8afe4bae8400f391d (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  programs.nixvim = {
    clipboard.provides = {
      wl-copy.enable = true;
    };
  };
}