summaryrefslogtreecommitdiff
path: root/modules/hm/terminal/btop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hm/terminal/btop.nix')
-rw-r--r--modules/hm/terminal/btop.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/hm/terminal/btop.nix b/modules/hm/terminal/btop.nix
deleted file mode 100644
index dcd59ed..0000000
--- a/modules/hm/terminal/btop.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ ... }:
-{
- programs.btop = {
- enable = true;
- };
-}