summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index f01836d..6b92871 100644
--- a/common.nix
+++ b/common.nix
@@ -32,6 +32,10 @@ in
source = ./mailcap;
target = ".mailcap";
};
+ editorconfig = {
+ source = ./editorconfig;
+ target = ".editorconfig";
+ };
};
};