_: { home-manager.users.moritz.programs.nixvim = { keymaps = [ { key = "g"; action = "LazyGit"; options.desc = "Lazygit"; } ]; plugins.lazygit = { enable = true; settings = { }; }; }; }