nixos-mod: add env pkgs to debugMinimal & hwCommon from useable

main
Felix Stupp 1 year ago
parent 9de27d26b2
commit 43cb41ef0f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -23,6 +23,11 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
jq # JSON
pv
];
programs = {
bash = {

@ -74,6 +74,11 @@ in
};
environment.systemPackages = with pkgs; [
pciutils
usbutils
];
hardware = {
cpu = lib.mkMerge [

@ -71,19 +71,14 @@ in
bat
batmon # TODO only on systems wich batteries
jq # JSON
manix
massren
nethogs
reptyr
pciutils
psitop
pv
unixtools.xxd
up # ultimate plumber
usbtop
usbutils
];
programs = {

Loading…
Cancel
Save