diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index fb7bf1f..3f10617 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -104,11 +104,10 @@ in # List packages installed in system profile. To search, run: # $ nix search wget - # environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget - # firefox - # ]; + environment.systemPackages = with pkgs; [ + vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + git + ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.