Files
2026-04-15 11:18:30 +02:00

8 lines
103 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bash-language-server
shfmt
];
}