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
|
solaar
|
||||||
talosctl
|
talosctl
|
||||||
termius
|
termius
|
||||||
|
unstable.bruno
|
||||||
unstable.fractal
|
unstable.fractal
|
||||||
unstable.peazip
|
unstable.peazip
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue