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

8 lines
87 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nil
nixfmt
];
}