From 02f756385f6184a3a1826cc6e747d5cfcd09b8e3 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Fri, 23 Feb 2024 10:07:59 -0500 Subject: [PATCH] update foot term variable --- users/tacocat/wayland/foot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/tacocat/wayland/foot.nix b/users/tacocat/wayland/foot.nix index 67e8f5b..21b9b99 100644 --- a/users/tacocat/wayland/foot.nix +++ b/users/tacocat/wayland/foot.nix @@ -5,6 +5,7 @@ main = { shell = "/usr/bin/env fish"; font = "Mononoki:size=14,FiraCode Nerd Font:size=14"; + term = "xterm-256color"; }; colors = { background = "232136";