6 lines
109 B
Nix
6 lines
109 B
Nix
{
|
|
home.file.".editorconfig" = {
|
|
source = ../configs/editorconfig;
|
|
target = ".editorconfig";
|
|
};
|
|
}
|