1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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; [
git
htop
(vim_configurable.customize {
/* (vim_configurable.customize {
name = "kvim";
vimrcConfig = {
customRC = vimConfig.vimrc;
packages.kvim.start = vimConfig.startPackages;
};
})
})*/
vim
];
services.openssh.enable = true;