Skip to content

Commit

Permalink
update to newer mnw
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg-L committed Aug 11, 2024
1 parent 01ce8df commit afd4553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
neovim = mnw.lib.wrap pkgs {
inherit (neovim-nightly.packages.${system}) neovim;

wrapperArgs = [
"--set-default"
bwrapArgs = [
"--setenv"
"FZF_DEFAULT_OPTS"
"--layout=reverse --inline-info"
];
Expand All @@ -122,12 +122,11 @@
withNodeJs = true;
withPerl = true;

# Add your lua config
configDir = ./gerg;

plugins =
[
#
# Add your lua config as a "plugin"
#
./gerg
#
# Add plugins from nixpkgs here
#
Expand Down
File renamed without changes.

0 comments on commit afd4553

Please sign in to comment.