ark/profiles/develop/editor/default.nix

10 lines
173 B
Nix
Raw Normal View History

2022-02-18 20:31:01 +03:00
{
pkgs,
...
}:
{
imports = [./helix.nix];
environment.systemPackages = with pkgs; [alejandra];
environment.shellAliases = { nixf-all = "alejandra **/**.nix"; };
2020-11-21 23:54:07 +03:00
}