diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 2ec8d0d..19cd259 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -72,6 +72,7 @@ environment.systemPackages = with pkgs; [ + git vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget ];