nixos-configuration/hosts/pi4/development.nix

12 lines
129 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Tools
just
# Formatters
treefmt
shfmt
];
}