about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-11-05 12:24:30 +0000
committerdevhell <devhell@mailfresser.de>2020-11-05 12:24:30 +0000
commita979a3f30dcfecb94543e9c70a5b83ad806688f7 (patch)
treea0b2e350854503ddd7d395b349eda93d86d0b0e6 /machines
parentec2ac40359cff351f92d81492f8dd3f6c51db8bc (diff)
machines/{hildr,gunnr}: Enable my Vim config
As I move from one machine to another I'll be removing SpaceVim and
enabling my Vim.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/gunnr.nix1
-rw-r--r--machines/devhell/hildr.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index d471c083..ed230fcb 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -2,6 +2,7 @@
 
 {
   vuizvui.user.devhell.profiles.base.enable = true;
+  vuizvui.user.devhell.programs.vim.enable = true;
   vuizvui.system.kernel.bfq.enable = true;
 
   boot = {
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 15102561..7bcc657e 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -2,7 +2,7 @@
 
 {
   vuizvui.user.devhell.profiles.base.enable = true;
-  vuizvui.user.devhell.programs.vim.enable = false;
+  vuizvui.user.devhell.programs.vim.enable = true;
   vuizvui.system.kernel.bfq.enable = true;
 
   boot = {