NixOS/.nixd.nix

12 lines
189 B
Nix
Raw Normal View History

{
formatting = {
command = "nixpkgs-fmt";
};
options = {
enable = true;
target = {
args = [];
installable = ".#nixosConfigurations.luna.options";
};
};
}