mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/dependencies: add sd and sed
This commit is contained in:
parent
d6cdbf36b2
commit
a79c872893
3 changed files with 10 additions and 53 deletions
|
@ -1,17 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins.spectre.enable = true;
|
||||
};
|
||||
|
||||
package-options-manual = {
|
||||
plugins.spectre = {
|
||||
enable = true;
|
||||
|
||||
replacePackage = pkgs.gnused;
|
||||
};
|
||||
};
|
||||
|
||||
package-options-from-settings = {
|
||||
plugins.spectre = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue