[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:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user