dev
This commit is contained in:
parent
91ecfc203f
commit
af125b8139
@ -20,6 +20,6 @@
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, neovim, ... }@inputs: {
|
||||
nixosModules.neovim = import ./modules/nvim/nvim.nix { inherit inputs; };
|
||||
nixosModules.neovim = import ./modules/nvim/nvim.nix;
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
with lib; {
|
||||
imports = [ ./theme.nix ];
|
||||
options.nvim = {
|
||||
options.neovim = {
|
||||
enable = lib.mkEnableOption "Enable Neovim";
|
||||
default = true;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user