chore: remove unused module

This commit is contained in:
Ahwx 2024-06-21 09:50:22 +02:00
parent 60f2df2db1
commit bf5d14a128

View file

@ -1,14 +0,0 @@
{ pkgs, ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "dracula";
theme_background = false;
update_ms = 500;
};
};
home.packages = (with pkgs; [ nvtopPackages.intel ]);
}