foot: Add chafa to display images

This commit is contained in:
Erwin Boskma 2023-11-20 17:05:18 +01:00
parent 6b5c5e5097
commit 0cd612c3ed
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ pkgs, lib, config, ... }:
with lib; let
cfg = config.eboskma.programs.foot;
in
@ -54,5 +54,9 @@ in
};
};
};
home.packages = [
pkgs.chafa # Enable displaying images through img2sixel
];
};
}