diff --git a/configurations/camelot/default.nix b/configurations/camelot/default.nix index 6772015..98e4916 100644 --- a/configurations/camelot/default.nix +++ b/configurations/camelot/default.nix @@ -1,7 +1,6 @@ { pkgs, config, - lib, ... }: { @@ -27,7 +26,7 @@ }; environment.systemPackages = with pkgs; [ - neovim + helix git ];