🔧 btop has a module now

This commit is contained in:
2022-09-07 20:15:00 -04:00
parent 94b2a83bc8
commit 65a2cc2cf5
3 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,6 @@
{
home.packages = with pkgs; [
# General
btop
cmake
drone-cli

View File

@ -3,6 +3,7 @@
{
programs = {
bat.enable = true;
btop.enable = true;
dircolors.enable = true;
direnv.enable = true;
exa.enable = true;