diff options
| author | Fuwn <[email protected]> | 2025-01-06 12:17:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-06 12:17:00 -0800 |
| commit | e8da97634034898a8e4e21c7a867e43cb111ef65 (patch) | |
| tree | fa3dcf2a290fc3c3f7de4b1f14d7727daf99e5fb /home/ebisu/nara/programs/analysis.nix | |
| parent | nara: modules for home (diff) | |
| download | nixos-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.nix | 10 |
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 + ]; +} |