aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-15 19:49:07 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-15 19:50:11 -0700
commit87fd75253ad4e8f1266517c9a9ae4a2478cb96b7 (patch)
tree1d66be504820650c8df8ce5bac2866c826911ca8 /home
parent42d806875499858ea0c684f1c73568c1e5085ced (diff)
Add vim
Diffstat (limited to 'home')
-rw-r--r--home/default.nix1
-rw-r--r--home/vim.nix7
2 files changed, 8 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
index 10fb742..fdf1174 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -15,6 +15,7 @@
./polybar.nix
./rofi.nix
./theme.nix
+ ./vim.nix
./vscode.nix
# ./zsh.nix
];
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