foot.nix: chagen TERM to foot

This commit is contained in:
Charlie Root 2024-09-03 21:50:17 +02:00
commit 9e56fe2ec7

View file

@ -11,7 +11,9 @@
in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
home.sessionVariables.TERM = "foot";
home.packages = with pkgs; [
libsixel # for displaying images
];
programs.foot = {
enable = true;
package = pkgs.foot;
@ -27,7 +29,6 @@ in {
font-bold = "Iosevka Nerd Font:size=14";
dpi-aware = false;
pad = "0x0 center";
};