summaryrefslogtreecommitdiff
path: root/host/software/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/software/vim.nix')
-rw-r--r--host/software/vim.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/software/vim.nix b/host/software/vim.nix
deleted file mode 100644
index 8bd9b7f..0000000
--- a/host/software/vim.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-{
- environment.systemPackages = let
- custom_vim = import ./pkgs/vim/default.nix pkgs;
- in [
- custom_vim
- ];
-}