foot.nix: chagen TERM to foot
This commit is contained in:
parent
f695bf56ac
commit
9e56fe2ec7
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,9 @@
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.sessionVariables.TERM = "foot";
|
home.packages = with pkgs; [
|
||||||
|
libsixel # for displaying images
|
||||||
|
];
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.foot;
|
package = pkgs.foot;
|
||||||
|
@ -27,7 +29,6 @@ in {
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
font-bold = "Iosevka Nerd Font:size=14";
|
||||||
|
|
||||||
dpi-aware = false;
|
dpi-aware = false;
|
||||||
|
|
||||||
pad = "0x0 center";
|
pad = "0x0 center";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue