feat(home:neovim): add nixvim initial config

This commit is contained in:
ooks-io 2024-06-30 21:18:43 +12:00
parent 63138994e2
commit 3f961b9d86
7 changed files with 12 additions and 51 deletions

View file

@ -1,9 +1,11 @@
{ pkgs, config, lib, osConfig, ... }:
let
inherit (lib) mkIf;
cfg = config.ooknet.tools.git;
admin = osConfig.ooknet.host.admin;
in
{
config = mkIf cfg.enable {
programs.git = {