feat: a lot of stuff

This commit is contained in:
Jacob Bachmann 2024-04-18 17:43:17 +02:00
parent 681689f6db
commit 9bafd5f618
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 27 additions and 7 deletions

View file

@ -1,8 +1,13 @@
{
ls = "lsd --color=auto --hyperlink=auto";
la = "lsd -lAh --group-directories-first --hyperlink=auto";
lt = "lsd -lAh --group-directories-first --tree --hyperlink=auto";
llt = "unbuffer lsd -lAh --group-directories-first --tree --hyperlink=auto | less -r";
ls = "eza --group-directories-first --hyperlink --icons";
la = "eza --group-directories-first --hyperlink --icons -la";
lt = "eza --group-directories-first --hyperlink --icons -la --tree";
llt = "unbuffer eza --group-directories-first --hyperlink --icons -la --tree | less -r";
# ls = "lsd --color=auto --hyperlink=auto";
# la = "lsd -lAh --group-directories-first --hyperlink=auto";
# lt = "lsd -lAh --group-directories-first --tree --hyperlink=auto";
# llt = "unbuffer lsd -lAh --group-directories-first --tree --hyperlink=auto | less -r";
gg = "cd ~/code";
# gs = "git status";

5
modules/ccache.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.ccache = {
enable = true;
};
}

View file

@ -64,6 +64,7 @@
./audio.nix
./ausweisapp.nix
./bluetooth.nix
./ccache.nix
./dbus.nix
./fonts.nix
./greetd.nix