From 398b64dd7dea2dd3ed9ae3b71010b5c34bf12f68 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 3 Nov 2020 20:01:20 +0000 Subject: modules/programs: Add vim This is in preparation of me leaving SpaceVim behind and not having to rely on external sources for certain programs, such as Vim, when installing a new machine. --- machines/devhell/hildr.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/devhell/hildr.nix') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index fb96b131..15102561 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -2,6 +2,7 @@ { vuizvui.user.devhell.profiles.base.enable = true; + vuizvui.user.devhell.programs.vim.enable = false; vuizvui.system.kernel.bfq.enable = true; boot = { -- cgit 1.4.1