add shfmt, reorganize.
This commit is contained in:
parent
800c102ea3
commit
45d76d4f0f
3 changed files with 9 additions and 6 deletions
|
@ -33,6 +33,7 @@ with config;
|
|||
solaar
|
||||
talosctl
|
||||
termius
|
||||
unstable.bruno
|
||||
unstable.fractal
|
||||
unstable.peazip
|
||||
unstable.telegram-desktop
|
||||
|
|
|
@ -25,6 +25,7 @@ let
|
|||
"tamasfe.even-better-toml"
|
||||
"tyriar.sort-lines"
|
||||
"yzhang.markdown-all-in-one"
|
||||
"foxundermoon.shell-format"
|
||||
];
|
||||
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
||||
vscodeNixpkgsExtensions = [
|
||||
|
|
|
@ -6,19 +6,20 @@ with config;
|
|||
{
|
||||
# git & vim are in global
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
yq
|
||||
btop
|
||||
dnsutils
|
||||
nix
|
||||
fira-code-nerdfont
|
||||
jq
|
||||
nix
|
||||
yq
|
||||
|
||||
# TODO Move
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
statix
|
||||
gh
|
||||
go
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
shfmt
|
||||
statix
|
||||
|
||||
# bind # for dns utils like named-checkconf
|
||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||
|
|
Loading…
Reference in a new issue