dotfiles/homes/x86_64-linux/christopher@cobalt/config/eww/scripts/pkgs
Christopher Mühl d20c9ac3bd
Move eww config
2025-08-04 18:21:31 +02:00

6 lines
192 B
Bash
Executable file

#!/usr/bin/env bash
global_pkgs=$(cat /etc/current-system-packages | wc -l)
hm_pkgs=$(cat /home/christopher/.cache/current-home-manager-packages | wc -l)
echo $(( $global_pkgs + $hm_pkgs ))