From 3d19b9c113ba4699f69114abe83dc6f8dc9a11c4 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 21 May 2025 15:32:22 +0300 Subject: [PATCH] zellij: Add `df` parameters Signed-off-by: George Kaklamanos --- home-manager/zellij.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index b027634..7b1d1c2 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -36,8 +36,8 @@ pane { pane command="htop" pane command="watch" { - args "df" "-h" - } + args "df -x tmpfs -x devtmpfs -x efivarfs -h" + } pane } }