dont have to include wl-clipboard in neovim anymore
This commit is contained in:
parent
ba4ac3053c
commit
959f4593f5
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
|
|
@ -31,12 +31,11 @@
|
|||
# Utils
|
||||
unzip
|
||||
gnumake
|
||||
wl-clipboard
|
||||
fd
|
||||
tree-sitter
|
||||
wget
|
||||
imagemagick
|
||||
];
|
||||
];
|
||||
extraPython3Packages = pyPkgs:
|
||||
with pyPkgs; [
|
||||
pip
|
||||
|
|
Loading…
Reference in a new issue