Make htop a globally common package

This commit is contained in:
2025-04-22 15:34:08 -07:00
parent e40f929abe
commit d9b0d8d4cb
2 changed files with 1 additions and 1 deletions

View File

@@ -49,7 +49,6 @@
rustup rustup
gcc gcc
(callPackage ../marauder/ffcheck.nix { }) (callPackage ../marauder/ffcheck.nix { })
htop
mp3val mp3val
]; ];

View File

@@ -49,6 +49,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git-crypt git-crypt
htop
jq jq
]; ];
} }