summaryrefslogtreecommitdiff
path: root/modules/hm/terminal/btop.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 03:14:45 +0100
committeradikro <adikro@disroot.org>2025-12-20 03:14:45 +0100
commit791bc419b6dac7c70951981ef6b34cdf85828470 (patch)
tree56d0962fdf829ae942feb1344763e54dbc3c89a3 /modules/hm/terminal/btop.nix
parente60410393cea222b16743a1a87f29c06b9b3543b (diff)
absolutely massive rewrite, made (almost) everything modular with changes to come
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;
- };
-}