ark/profiles/develop/editor/default.nix
2022-02-18 20:31:01 +03:00

10 lines
173 B
Nix

{
pkgs,
...
}:
{
imports = [./helix.nix];
environment.systemPackages = with pkgs; [alejandra];
environment.shellAliases = { nixf-all = "alejandra **/**.nix"; };
}