nix-dotfiles/modules/configurations.nix

10 lines
210 B
Nix

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