From e8da97634034898a8e4e21c7a867e43cb111ef65 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 6 Jan 2025 12:17:00 -0800 Subject: nara: organise home programs --- home/ebisu/nara/programs/analysis.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 home/ebisu/nara/programs/analysis.nix (limited to 'home/ebisu/nara/programs/analysis.nix') diff --git a/home/ebisu/nara/programs/analysis.nix b/home/ebisu/nara/programs/analysis.nix new file mode 100644 index 0000000..98d1657 --- /dev/null +++ b/home/ebisu/nara/programs/analysis.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + nixfmt-rfc-style + shfmt + shellcheck + mdformat + treefmt + ]; +} -- cgit v1.2.3