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