mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +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";
|
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";
|
||||||
|
@ -18,7 +18,6 @@ in
|
|||||||
yarn
|
yarn
|
||||||
deno
|
deno
|
||||||
bun
|
bun
|
||||||
biome
|
|
||||||
nodePackages.pnpm
|
nodePackages.pnpm
|
||||||
nodePackages.prisma
|
nodePackages.prisma
|
||||||
openssl
|
openssl
|
||||||
|
@ -57,6 +57,7 @@ in
|
|||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
sudachi-rs
|
sudachi-rs
|
||||||
tango
|
tango
|
||||||
|
npm-check-updates
|
||||||
;
|
;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
neofetch
|
neofetch
|
||||||
|
Loading…
Reference in New Issue
Block a user