Neovim init config. Formatting. Updates.

This commit is contained in:
2026-03-20 08:35:04 +01:00
parent bd10321f19
commit 576b955023
12 changed files with 137 additions and 35 deletions
+13 -1
View File
@@ -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;
}