machines/raven: remove stray neovim in environment

This commit is contained in:
Simon Bruder 2021-07-18 19:31:37 +02:00
parent bca277fe43
commit 0ba269416f
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -60,9 +60,5 @@
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
neovim
];
system.stateVersion = "21.05";
}