From b417a0e9a2752e5a94a92dc8783b1da5ad78a069 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Tue, 1 Jul 2025 03:42:19 +0300 Subject: [PATCH] zellij: Main pane: Ignore more filesystems Signed-off-by: George Kaklamanos --- home-manager/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index 90db34e..e813854 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -43,7 +43,7 @@ pane { pane command="htop" pane command="watch" { - args "df -x tmpfs -x devtmpfs -x efivarfs -h" + args "df -x tmpfs -x devtmpfs -x efivarfs -h |rg -v boot\\|flatpak" } pane command="watch" { args "sensors k10temp-pci-00c3"