{ inputs, system, ... }: { # Install our nixvim configuration for neovim. home.packages = [ inputs.nixvim-config.packages.${system}.default ]; }