foot: Add chafa to display images
This commit is contained in:
parent
6b5c5e5097
commit
0cd612c3ed
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.eboskma.programs.foot;
|
cfg = config.eboskma.programs.foot;
|
||||||
in
|
in
|
||||||
|
@ -54,5 +54,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = [
|
||||||
|
pkgs.chafa # Enable displaying images through img2sixel
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue