From 5109e5d646ef90f38b3640f25cb1f693e9356d24 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 1 Jan 2016 19:17:21 +0100 Subject: 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 --- machines/aszlig/managed/haenk.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines') 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; } -- cgit 1.4.1