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 } }