add shfmt, reorganize.

This commit is contained in:
Joseph Hanson 2024-08-17 21:16:09 -05:00
parent 800c102ea3
commit 45d76d4f0f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 9 additions and 6 deletions

View file

@ -33,6 +33,7 @@ with config;
solaar solaar
talosctl talosctl
termius termius
unstable.bruno
unstable.fractal unstable.fractal
unstable.peazip unstable.peazip
unstable.telegram-desktop unstable.telegram-desktop

View file

@ -25,6 +25,7 @@ let
"tamasfe.even-better-toml" "tamasfe.even-better-toml"
"tyriar.sort-lines" "tyriar.sort-lines"
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one"
"foxundermoon.shell-format"
]; ];
# Nixpkgs Extensions. These are updated whenver they get around to it. # Nixpkgs Extensions. These are updated whenver they get around to it.
vscodeNixpkgsExtensions = [ vscodeNixpkgsExtensions = [

View file

@ -6,19 +6,20 @@ with config;
{ {
# git & vim are in global # git & vim are in global
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
jq
yq
btop btop
dnsutils dnsutils
nix
fira-code-nerdfont fira-code-nerdfont
jq
nix
yq
# TODO Move # TODO Move
nil
nixpkgs-fmt
statix
gh gh
go go
nil
nixpkgs-fmt
shfmt
statix
# bind # for dns utils like named-checkconf # bind # for dns utils like named-checkconf
inputs.nix-inspect.packages.${pkgs.system}.default inputs.nix-inspect.packages.${pkgs.system}.default