1
0
Fork 0
forked from foxora/nix

made changes :3

This commit is contained in:
foxora 2026-03-31 04:15:07 +01:00
parent 4b8552fdb1
commit 0794ed7edd
3 changed files with 3 additions and 2 deletions

View file

@ -115,6 +115,7 @@
# cli fun # cli fun
pokeget-rs # prints a random pokemon to the terminal :3 pokeget-rs # prints a random pokemon to the terminal :3
pipes # pipes program <3 pipes # pipes program <3
cmatrix # the matrix :3
# dev # dev
gnumake gnumake

View file

@ -241,7 +241,7 @@ in {
ui = { ui = {
dressing = true; dressing = true;
lualine = true; lualine = true;
hlchunk = true; hlchunk = false; # seems really laggy
}; };
qol = true; qol = true;

View file

@ -34,7 +34,7 @@
shellAliases = { shellAliases = {
# files and nav stuff # files and nav stuff
ls = "eza"; ls = "eza --icons=auto";
ll = "ls -la"; ll = "ls -la";
lt = "ls --tree"; lt = "ls --tree";
llt = "ll --tree"; llt = "ll --tree";