From 0ba269416f5592733afd629d9989dcf2aab91d4f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 18 Jul 2021 19:31:37 +0200 Subject: [PATCH] machines/raven: remove stray neovim in environment --- machines/raven/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/raven/configuration.nix b/machines/raven/configuration.nix index 6053ca1..4f906c6 100644 --- a/machines/raven/configuration.nix +++ b/machines/raven/configuration.nix @@ -60,9 +60,5 @@ services.openssh.enable = true; - environment.systemPackages = with pkgs; [ - neovim - ]; - system.stateVersion = "21.05"; }