refactor: move htop to common
This commit is contained in:
parent
26e3837f62
commit
4430100b9e
2 changed files with 1 additions and 4 deletions
|
@ -15,5 +15,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
|
htop.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,10 +131,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
htop = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages in root user PATH
|
# List packages in root user PATH
|
||||||
|
|
Loading…
Reference in a new issue