refactor: remove unnecessary config wrapper in nvim

This commit is contained in:
2026-03-11 21:17:05 +01:00
parent 9285e69086
commit 6389bf4e25

View File

@@ -1,9 +1,7 @@
{ pkgs, inputs, ... }: { pkgs, inputs, ... }:
{ {
config = {
home.packages = [ home.packages = [
inputs.nvim.packages.${pkgs.stdenv.hostPlatform.system}.nvim inputs.nvim.packages.${pkgs.stdenv.hostPlatform.system}.nvim
]; ];
};
} }