10 lines
202 B
Nix
10 lines
202 B
Nix
{
|
|
home.file.".editorconfig" = {
|
|
source = ../configs/editorconfig;
|
|
target = ".editorconfig";
|
|
};
|
|
home.file.".XCompose" = {
|
|
source = ../configs/xcompose;
|
|
target = ".XCompose";
|
|
};
|
|
}
|