Files

7 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
shfmt # Formatter
];
}