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

View File

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

View File

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