aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/btop
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/btop')
-rw-r--r--modules/home/conf/btop/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/conf/btop/default.nix b/modules/home/conf/btop/default.nix
new file mode 100644
index 00000000..06b56ea7
--- /dev/null
+++ b/modules/home/conf/btop/default.nix
@@ -0,0 +1,5 @@
+{config, ...}: {
+ programs.btop = {
+ enable = true;
+ };
+}