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 = { programs.git = {
enable = true; enable = true;
# more information should be configured under user level # more information should be configured under user level
# See other config at @/home-nix
}; };
environment.systemPackages = [ environment.systemPackages = [
pkgs.gnumake pkgs.gnumake
pkgs.wget pkgs.wget
pkgs.inetutils pkgs.inetutils # network diag
pkgs.mtr pkgs.mtr # network diag
pkgs.sysstat pkgs.sysstat # sys diag
pkgs.mosh pkgs.mosh # ssh-alt; parsec-like
]; ];
} }