From bf5d14a128c08919a2a50fdabafa7bad61b26fb2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:50:22 +0200 Subject: [PATCH] chore: remove unused module --- modules/home/btop.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 modules/home/btop.nix diff --git a/modules/home/btop.nix b/modules/home/btop.nix deleted file mode 100644 index 6d19044..0000000 --- a/modules/home/btop.nix +++ /dev/null @@ -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 ]); -} \ No newline at end of file