Removed darwin home configuration
This commit is contained in:
parent
2f24509ed3
commit
67d36d0a9d
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue