updates config

This commit is contained in:
Dennis Schoepf 2026-03-03 21:36:01 +01:00
parent 13c76e23d1
commit acbe8a473d
16 changed files with 270 additions and 22 deletions

View file

@ -1,10 +1,9 @@
{
inputs,
pkgs,
...
}:
{
flake.modules.homeManager.neovim = {
flake.modules.homeManager.neovim = { pkgs, ... }: {
imports = [ inputs.nixvim.homeModules.nixvim ];
programs.nixvim = {
enable = true;