nix-dotfiles/modules/configurations.nix
2021-05-22 17:16:22 +02:00

6 lines
109 B
Nix

{
home.file.".editorconfig" = {
source = ../configs/editorconfig;
target = ".editorconfig";
};
}