nixos@Felia can do Python but hungtr@nyx cannot
parent
7f1599e042
commit
ba65944062
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue