diff --git a/m/common/base/env.nix b/m/common/base/env.nix index 8d5aef0b..5efc277d 100644 --- a/m/common/base/env.nix +++ b/m/common/base/env.nix @@ -2,11 +2,36 @@ { 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 + home-manager + htop + ipmitool + ldns + lm_sensors + ncdu + nix-diff + nix-index + nix-output-monitor + nixfmt-tree + nixos-option + pciutils + perf + pv + ripgrep + tcpdump + tmux + tree + vim + wget + # From jungle overlay - osumb nixgen + nixgen + osumb ]; programs.direnv.enable = true;