From 95f429a5258b9b9d2f9be243c97f83da5385b06b Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 30 Jun 2021 08:50:07 -0600 Subject: [PATCH] core: use bottom instead of gotop --- profiles/core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 9e98ba6..d2801d8 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -17,7 +17,7 @@ in dosfstools fd git - gotop + bottom gptfdisk iputils jq @@ -84,7 +84,7 @@ in se = ifSudo "sudoedit"; # top - top = "gotop"; + top = "btm"; # systemd ctl = "systemctl";