Compare commits
1 commit
88fe396bf2
...
3aea6bbc41
Author | SHA1 | Date | |
---|---|---|---|
3aea6bbc41 |
1 changed files with 2 additions and 11 deletions
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
helpers,
|
||||
...
|
||||
}: let
|
||||
# Force inputs to be included
|
||||
nixvim = import ./nixvim.nix {inherit lib pkgs config helpers;};
|
||||
in {
|
||||
args: {
|
||||
imports = [./options.nix];
|
||||
|
||||
config.programs.nixvim = nixvim.config;
|
||||
config.programs.nixvim = (import ./nixvim.nix args).config;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue