diff --git a/m/common/base/env.nix b/m/common/base/env.nix index 8d5aef0b..ff691077 100644 --- a/m/common/base/env.nix +++ b/m/common/base/env.nix @@ -2,11 +2,33 @@ { environment.systemPackages = with pkgs; [ - vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option - nix-diff ipmitool freeipmi ethtool lm_sensors cmake gnumake file tree - ncdu perf ldns pv + cmake + ethtool + file + freeipmi + git + gnumake + htop + ipmitool + ldns + lm_sensors + ncdu + nix-diff + nix-index + nixos-option + pciutils + perf + pv + ripgrep + tcpdump + tmux + tree + vim + wget + # From jungle overlay - osumb nixgen + osumb + nixgen ]; programs.direnv.enable = true;