modules/fn: add augroup to the content option

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-10 18:47:54 +03:00
parent 77963b8197
commit 8d76150a25
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
let
inherit (lib.nix2lua) lambda raw;
@ -19,7 +19,11 @@ let
};
}
./vim/keymap.nix
./vim/augroup.nix
# ./vim/opts.nix
##################################################
(pkgs.path + "/nixos/modules/misc/assertions.nix")
];
specialArgs = { inherit lib; };
});