forked from foxora/nix
made changes :3
This commit is contained in:
parent
4b8552fdb1
commit
0794ed7edd
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue