about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-11-03 20:01:20 +0000
committerdevhell <devhell@mailfresser.de>2020-11-03 20:01:20 +0000
commit398b64dd7dea2dd3ed9ae3b71010b5c34bf12f68 (patch)
treeebabe710032cc5e7965c68db96e2ad5ae24afa48 /machines/devhell/hildr.nix
parent9ac9166d6a9398bbf31b6e3d0f30a835226c854c (diff)
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.
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix1
1 files changed, 1 insertions, 0 deletions
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 = {