diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ in source = ./mailcap; target = ".mailcap"; }; + editorconfig = { + source = ./editorconfig; + target = ".editorconfig"; + }; }; }; |