The Nest
Explore
Sign in
plumjam
nixos
modules
nix-formatter.nix
0
Code
Changes
Tags
Discussions
main
{ perSystem = { pkgs, ... }: { formatter = pkgs.nixfmt-tree; }; }