diff --git a/nixos/machines/wsl/configuration.nix b/nixos/machines/wsl/configuration.nix index aa9fcfb..59e5c2f 100644 --- a/nixos/machines/wsl/configuration.nix +++ b/nixos/machines/wsl/configuration.nix @@ -39,6 +39,13 @@ "nix-command" "flakes" ]; + + environment.systemPackages = with pkgs; [ + neovim + git + tmux + nixfmt-rfc-style + ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions