mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
Neovim init config. Formatting. Updates.
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
{ ... }:
|
||||
isHm:
|
||||
{ lib, materusArgs, ... }:
|
||||
{
|
||||
|
||||
options.mkk.dir = lib.mkOption {
|
||||
default = "${materusArgs.flake-path}";
|
||||
type = lib.types.path;
|
||||
};
|
||||
|
||||
imports = [
|
||||
(import ./nvim.nix isHm)
|
||||
];
|
||||
|
||||
config._module.args.mkk = import ./private/variables.nix;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user