common/pkgs: install htop

This commit is contained in:
Aly Raffauf 2024-09-06 21:37:56 -04:00
parent 9bdfcf8d74
commit 4a56e272d7
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,8 @@
{
pkgs,
self,
...
}: {
environment.systemPackages = with pkgs; [git inxi python3];
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
htop
inxi
python3
];
}

View file

@ -38,7 +38,6 @@
environment.variables.GDK_SCALE = "1.5";
networking.hostName = "lavaridge";
programs.firefox.policies.Preferences."media.ffmpeg.vaapi.enabled" = lib.mkForce false;
system.stateVersion = "24.05";