diff --git a/modules/configurations.nix b/modules/configurations.nix index b2f8916..7eef999 100644 --- a/modules/configurations.nix +++ b/modules/configurations.nix @@ -3,8 +3,8 @@ source = ../configs/editorconfig; target = ".editorconfig"; }; - home.file.".XCompose" = { - source = ../configs/xcompose; - target = ".XCompose"; - }; + # home.file.".XCompose" = { + # source = ../configs/xcompose; + # target = ".XCompose"; + # }; }