mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
chore: Simplify
Note that biome isn't needed since eslint is *the* industry standard.
This commit is contained in:
parent
6fceabf0fc
commit
39e5183013
@ -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";
|
||||
|
@ -18,7 +18,6 @@ in
|
||||
yarn
|
||||
deno
|
||||
bun
|
||||
biome
|
||||
nodePackages.pnpm
|
||||
nodePackages.prisma
|
||||
openssl
|
||||
|
@ -57,6 +57,7 @@ in
|
||||
inherit (pkgs)
|
||||
sudachi-rs
|
||||
tango
|
||||
npm-check-updates
|
||||
;
|
||||
inherit (pkgs)
|
||||
neofetch
|
||||
|
Loading…
Reference in New Issue
Block a user