aboutsummaryrefslogtreecommitdiff
path: root/home/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/vim.nix')
-rw-r--r--home/vim.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/vim.nix b/home/vim.nix
new file mode 100644
index 0000000..a55340c
--- /dev/null
+++ b/home/vim.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+{
+ programs.vim = {
+ enable = true;
+ };
+} \ No newline at end of file