macos: neovim

This commit is contained in:
lsoriano-mcm
2025-06-06 16:47:12 -05:00
parent f7d3c7a7c4
commit 43f8d827f6
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,10 +1,12 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
../../pkgs/fastfetch/default.nix
../../pkgs/neovim/default.nix
];
programs.home-manager.enable = true;