From 2970cecb79d541064dce4d8baffbc20df98d6345 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 26 Nov 2024 09:23:32 +0000 Subject: [PATCH] Add some basic packages --- nixos/machines/wsl/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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