chore(nix-hm): remove .nixd.nix

This commit is contained in:
Price Hiller 2024-03-14 03:30:55 -05:00
parent 875eb6b4aa
commit 0ccb675a7f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,10 +0,0 @@
{
formatting = { command = "nixfmt"; };
options = {
enable = true;
target = {
args = [ ];
installable = ".#homeConfigurations.sam";
};
};
}