Add xan on all hosts
All checks were successful
Cachix / build (elendel) (push) Successful in 1m45s
Cachix / build (kholinar) (push) Successful in 2m20s
Cachix / build (marabethia) (push) Successful in 1m47s

This commit is contained in:
Charlotte Van Petegem 2025-04-08 20:10:38 +02:00
parent 175cec78ff
commit 5a576bc6ad
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -8,5 +8,5 @@ in
./hledger ./hledger
]; ];
home-manager.users.${username}.home.packages = with pkgs; [ jq yt-dlp ]; home-manager.users.${username}.home.packages = with pkgs; [ jq xan yt-dlp ];
} }