From ca950c8695bfeba14a6475645344a1297e73cc64 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 5 Mar 2024 09:42:18 -0400 Subject: [PATCH] Added btop --- home/shell/btop.nix | 5 +++++ home/shell/default.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 home/shell/btop.nix diff --git a/home/shell/btop.nix b/home/shell/btop.nix new file mode 100644 index 0000000..4f1a73b --- /dev/null +++ b/home/shell/btop.nix @@ -0,0 +1,5 @@ +{ + programs.btop = { + enable = true; + }; +} diff --git a/home/shell/default.nix b/home/shell/default.nix index 7a0b93f..3adb03a 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -5,6 +5,7 @@ ./autojump.nix ./bat.nix ./bottom.nix + ./btop.nix ./common.nix ./direnv.nix ./eza.nix