nix-dotfiles/modules/configurations.nix
2021-07-10 17:35:10 +02:00

10 lines
202 B
Nix

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