diff --git a/.github/actions/disk_space/action.yml b/.github/actions/disk_space/action.yml index dc3fc90..057fae8 100644 --- a/.github/actions/disk_space/action.yml +++ b/.github/actions/disk_space/action.yml @@ -17,6 +17,7 @@ runs: df -h - name: Detailed usage + if: inputs.debug shell: bash run: | du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true @@ -37,6 +38,7 @@ runs: df -h - name: Detailed usage + if: inputs.debug shell: bash run: | du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index e65f01b..e68c467 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -39,6 +39,7 @@ libnotify # Shell + bash-language-server starship btop ripgrep