diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index 7b1d1c2..8ea20ed 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -38,7 +38,9 @@ pane command="watch" { args "df -x tmpfs -x devtmpfs -x efivarfs -h" } - pane + pane command="watch" { + args "sensors k10temp-pci-00c3" + } } } }