1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00
This commit is contained in:
Kierán Meinhardt
2019-01-30 16:19:20 +01:00
parent ec5d6b476e
commit 16e529d9fd

View File

@@ -24,13 +24,14 @@ in */ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
htop htop
(vim_configurable.customize { /* (vim_configurable.customize {
name = "kvim"; name = "kvim";
vimrcConfig = { vimrcConfig = {
customRC = vimConfig.vimrc; customRC = vimConfig.vimrc;
packages.kvim.start = vimConfig.startPackages; packages.kvim.start = vimConfig.startPackages;
}; };
}) })*/
vim
]; ];
services.openssh.enable = true; services.openssh.enable = true;