ark/profiles/develop/editor/default.nix
2021-05-24 22:39:44 +03:00

7 lines
180 B
Nix

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