From 56367f0e9c9494adf0cfef49c1ac437e3eb73072 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Tue, 1 Apr 2025 18:52:30 +0000 Subject: [PATCH] Pericyte: package: add btop --- machines/pericyte/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/pericyte/configuration.nix b/machines/pericyte/configuration.nix index 09d8cd1..721d6f6 100644 --- a/machines/pericyte/configuration.nix +++ b/machines/pericyte/configuration.nix @@ -11,6 +11,7 @@ environment.systemPackages = with pkgs; [ git + btop ]; boot.tmp.cleanOnBoot = true;