format all
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{ lib, config, pkgs, inputs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let cfg = config.custom.nixvimPlugins;
|
||||
in {
|
||||
let
|
||||
cfg = config.custom.nixvimPlugins;
|
||||
in
|
||||
{
|
||||
options.custom.nixvimPlugins = mkEnableOption "Enables nixvim plugins";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user