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;