Added home configs for ARM systems

This commit is contained in:
alejandro-angulo 2024-08-10 07:55:08 -07:00
parent cb94deac89
commit ec60cb380d
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 53 additions and 9 deletions

View file

@ -0,0 +1,26 @@
{...}: {
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;
};
}

View file

@ -0,0 +1,26 @@
{...}: {
aa = {
apps = {
bat.enable = true;
btop.enable = true;
tmux.enable = true;
};
programs = {
gpg.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;
};
}

View file

@ -1,12 +1,4 @@
{ {...}: {
lib,
pkgs,
config,
osConfig ? {},
format ? "unknown",
namespace,
...
}: {
aa = { aa = {
apps = { apps = {
bat.enable = true; bat.enable = true;