[msft-mac] Clean up darwin home modules. Prepare mstf-mac config.

Signed-off-by: Mariano Uvalle <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle
2025-08-04 18:54:07 -07:00
parent dff049e7f8
commit fe118afd58
9 changed files with 175 additions and 91 deletions
+2 -3
View File
@@ -1,8 +1,8 @@
{ pkgs, ... }: {
home = {
packages = with pkgs; [
lua-language-server
neovim
fzf
ripgrep
zip
unzip
eza
@@ -12,7 +12,6 @@
programs.zsh = {
shellAliases = {
ls = "eza";
n = "nvim";
};
};
}