nixos@Felia can do Python but hungtr@nyx cannot

nix-components
pegasust 2022-11-24 00:58:22 +00:00
parent 7f1599e042
commit ba65944062
1 changed files with 5 additions and 4 deletions

View File

@ -44,15 +44,16 @@ with lib;
programs.git = {
enable = true;
# more information should be configured under user level
# See other config at @/home-nix
};
environment.systemPackages = [
pkgs.gnumake
pkgs.wget
pkgs.inetutils
pkgs.mtr
pkgs.sysstat
pkgs.mosh
pkgs.inetutils # network diag
pkgs.mtr # network diag
pkgs.sysstat # sys diag
pkgs.mosh # ssh-alt; parsec-like
];
}