From 740e10373068d80c69068573d899af3d33e2da03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 16 Dec 2023 19:06:10 +0100 Subject: [PATCH] Review system packages --- os/common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/os/common.nix b/os/common.nix index bf48d7f..f3d8836 100644 --- a/os/common.nix +++ b/os/common.nix @@ -25,10 +25,8 @@ environment.systemPackages = with pkgs; [ wget kexec-tools - openvpn - - # Needed for all the fetchFromGit in this repo on nixos-rebuild - git + neovim # So we have a working editor in rescue mode + git # Needed for all the fetchFromGit in this repo on nixos-rebuild ]; nixpkgs.config.allowUnfree = true;