about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
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;
 }