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
+1
View File
@@ -86,6 +86,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = args;
}
];
};
+2
View File
@@ -1,10 +1,12 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
../../pkgs/fastfetch/default.nix
../../pkgs/neovim/default.nix
];
programs.home-manager.enable = true;
-1
View File
@@ -8,7 +8,6 @@
environment.systemPackages = with pkgs; [
vim
neovim
lazygit
];
# Auto upgrade nix package and the daemon service.
+1 -1
View File
@@ -8,7 +8,7 @@ in {
programs.neovim.enable = false;
home.packages = [
nix-neovim
# lazygit
pkgs.lazygit
# ripgrep
];
}