feat: use htop instead of btop

This commit is contained in:
CronyAkatsuki 2026-03-08 18:47:10 +01:00
parent 3b035de7d6
commit 4a06b29f61
2 changed files with 1 additions and 3 deletions

View file

@ -5,5 +5,6 @@
lm_sensors
neovim
git
htop
];
}

View file

@ -97,9 +97,6 @@
ignores = ["~/Documents/Share" ".git"];
};
# Install btop
programs.btop.enable = true;
# Let home manager install and manage itself
programs.home-manager.enable = true;