chore: Simplify

Note that biome isn't needed since eslint is *the* industry standard.
This commit is contained in:
Donovan Glover 2024-04-22 22:29:46 -04:00
parent 6fceabf0fc
commit 39e5183013
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,7 @@ in
tree = "eza --all --long --tree"; tree = "eza --all --long --tree";
mv = "mv -i"; mv = "mv -i";
cp = "cp -ia"; cp = "cp -ia";
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case"; rg = "rg --max-columns=2000 --smart-case";
ncu = "${pkgs.npm-check-updates}/bin/ncu --interactive --format group";
}; };
shellAbbrs = { shellAbbrs = {
@ -153,6 +152,7 @@ in
sw = "sudo nixos-rebuild switch --flake ."; sw = "sudo nixos-rebuild switch --flake .";
tf = "treefmt"; tf = "treefmt";
mgs = "mgitstatus"; mgs = "mgitstatus";
ncu = "ncu --interactive --format group";
c = "clear"; c = "clear";
e = "exit"; e = "exit";

View File

@ -18,7 +18,6 @@ in
yarn yarn
deno deno
bun bun
biome
nodePackages.pnpm nodePackages.pnpm
nodePackages.prisma nodePackages.prisma
openssl openssl

View File

@ -57,6 +57,7 @@ in
inherit (pkgs) inherit (pkgs)
sudachi-rs sudachi-rs
tango tango
npm-check-updates
; ;
inherit (pkgs) inherit (pkgs)
neofetch neofetch