more tools
This commit is contained in:
parent
e362810857
commit
c09366cb4c
|
@ -320,6 +320,7 @@ in
|
||||||
libjxl
|
libjxl
|
||||||
libreoffice
|
libreoffice
|
||||||
libva-utils
|
libva-utils
|
||||||
|
lsd
|
||||||
lsof
|
lsof
|
||||||
mc
|
mc
|
||||||
pkgs.kdePackages.neochat
|
pkgs.kdePackages.neochat
|
||||||
|
@ -590,6 +591,10 @@ in
|
||||||
verify = "sudo nix --extra-experimental-features nix-command store verify --all";
|
verify = "sudo nix --extra-experimental-features nix-command store verify --all";
|
||||||
optimize = "sudo nix --extra-experimental-features nix-command store optimise";
|
optimize = "sudo nix --extra-experimental-features nix-command store optimise";
|
||||||
|
|
||||||
|
# overwrite some tools
|
||||||
|
cat = "bat";
|
||||||
|
ls = "lsd";
|
||||||
|
|
||||||
# ssh around in the local network
|
# ssh around in the local network
|
||||||
mac = "ssh mac.fritz.box";
|
mac = "ssh mac.fritz.box";
|
||||||
macroot = "ssh root@mac.fritz.box";
|
macroot = "ssh root@mac.fritz.box";
|
||||||
|
|
Loading…
Reference in a new issue