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