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