Added home configs for ARM systems
This commit is contained in:
parent
cb94deac89
commit
ec60cb380d
3 changed files with 53 additions and 9 deletions
26
homes/aarch64-linux/alejandro/default.nix
Normal file
26
homes/aarch64-linux/alejandro/default.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue