summaryrefslogtreecommitdiff
path: root/home/ebisu/nara/programs/analysis.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-06 12:17:00 -0800
committerFuwn <[email protected]>2025-01-06 12:17:00 -0800
commite8da97634034898a8e4e21c7a867e43cb111ef65 (patch)
treefa3dcf2a290fc3c3f7de4b1f14d7727daf99e5fb /home/ebisu/nara/programs/analysis.nix
parentnara: modules for home (diff)
downloadnixos-config-e8da97634034898a8e4e21c7a867e43cb111ef65.tar.xz
nixos-config-e8da97634034898a8e4e21c7a867e43cb111ef65.zip
nara: organise home programs
Diffstat (limited to 'home/ebisu/nara/programs/analysis.nix')
-rw-r--r--home/ebisu/nara/programs/analysis.nix10
1 files changed, 10 insertions, 0 deletions
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
+ ];
+}