Removed darwin home configuration

This commit is contained in:
alejandro-angulo 2024-08-10 08:44:44 -07:00
parent 2f24509ed3
commit 67d36d0a9d
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -1,26 +0,0 @@
{...}: {
aa = {
apps = {
bat.enable = true;
btop.enable = true;
tmux.enable = true;
};
programs = {
kitty.enable = true;
zoxide.enable = true;
};
tools = {
direnv.enable = true;
eza.enable = true;
git.enable = true;
zsh.enable = true;
};
};
# misc utils without custom config
programs = {
fzf.enable = true;
};
}