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