dots/.nixd.nix

11 lines
170 B
Nix

{
formatting = { command = "nixfmt"; };
options = {
enable = true;
target = {
args = [ ];
installable = ".#homeConfigurations.sam";
};
};
}