feat: add btop

This commit is contained in:
Mohammad Rafiq 2025-03-07 22:33:31 +08:00
parent db123caede
commit f4d2b8d2c2
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
programs.btop = {
enable = true;
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
./programs/bash.nix
./programs/btop.nix
./programs/direnv.nix
./programs/fzf.nix
./programs/git.nix