about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-01 19:17:21 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-01 19:17:21 +0100
commit5109e5d646ef90f38b3640f25cb1f693e9356d24 (patch)
treedb7cafa8e4c766e29327aea3919850b02bd32186 /machines/aszlig
parent49c26991e8a957fcc91df27b601de9a2d6c661fd (diff)
machines/haenk: Switch to my version of Vim
I'm probably the only one using Vim on this machine, so it makes sense
to use a sane Vim configuration here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/haenk.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/aszlig/managed/haenk.nix b/machines/aszlig/managed/haenk.nix
index 661f9af0..75730ff4 100644
--- a/machines/aszlig/managed/haenk.nix
+++ b/machines/aszlig/managed/haenk.nix
@@ -13,8 +13,8 @@
 
   environment.systemPackages = with pkgs; [
     cdparanoia chromium figlet gajim gimp htop inkscape kde5.oxygen-icons5
-    libreoffice mosh mpv pciutils skype vim_configurable vlc
-    vuizvui.greybird-xfce-theme vuizvui.tomahawk wget youtubeDL
+    libreoffice mosh mpv pciutils skype vlc vuizvui.greybird-xfce-theme
+    vuizvui.tomahawk wget youtubeDL
   ];
 
   fileSystems."/" = {
@@ -90,4 +90,6 @@
     uid = 1000;
     extraGroups = [ "video" "wheel" ];
   };
+
+  vuizvui.user.aszlig.programs.vim.enable = true;
 }