From 45d76d4f0f4651259dcb30189a42b3860ffc4bbb Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 17 Aug 2024 21:16:09 -0500 Subject: [PATCH] add shfmt, reorganize. --- nixos/home/jahanson/workstation.nix | 1 + nixos/modules/nixos/editor/vscode.nix | 1 + nixos/profiles/role-dev.nix | 13 +++++++------ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 8e8dbf8..b5dd378 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -33,6 +33,7 @@ with config; solaar talosctl termius + unstable.bruno unstable.fractal unstable.peazip unstable.telegram-desktop diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index e298fd8..f1d241d 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -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 = [ diff --git a/nixos/profiles/role-dev.nix b/nixos/profiles/role-dev.nix index e152eed..298faa2 100644 --- a/nixos/profiles/role-dev.nix +++ b/nixos/profiles/role-dev.nix @@ -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