diff --git a/nixos/modules/base.nix b/nixos/modules/base.nix index a8da9b8..5871267 100644 --- a/nixos/modules/base.nix +++ b/nixos/modules/base.nix @@ -14,14 +14,19 @@ ]; environment.systemPackages = with pkgs; [ + # Basic text editing and git neovim git + # Basic terminal and cli utilities tmux + just + # Basic nix utilities alejandra nix-index + # Basic networking utilities curl wget - just + dig ]; system.stateVersion = "24.11";