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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
|
@ -31,12 +31,11 @@
|
||||||
# Utils
|
# Utils
|
||||||
unzip
|
unzip
|
||||||
gnumake
|
gnumake
|
||||||
wl-clipboard
|
|
||||||
fd
|
fd
|
||||||
tree-sitter
|
tree-sitter
|
||||||
wget
|
wget
|
||||||
imagemagick
|
imagemagick
|
||||||
];
|
];
|
||||||
extraPython3Packages = pyPkgs:
|
extraPython3Packages = pyPkgs:
|
||||||
with pyPkgs; [
|
with pyPkgs; [
|
||||||
pip
|
pip
|
||||||
|
|
Loading…
Reference in a new issue