11 lines
170 B
Nix
11 lines
170 B
Nix
|
{
|
||
|
formatting = { command = "nixfmt"; };
|
||
|
options = {
|
||
|
enable = true;
|
||
|
target = {
|
||
|
args = [ ];
|
||
|
installable = ".#homeConfigurations.sam";
|
||
|
};
|
||
|
};
|
||
|
}
|