infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0842b6f6a2644ec2a4a1c23c01c6323bf49141a2
parent 460b37cee9b0cfc4b4bdb6fb4e1e9b4295ef8c62
Author: Silas Brack <silasbrack@gmail.com>
Date:   Tue, 26 May 2026 18:27:46 +0200

feat: use wezterm instead of foot

Diffstat:
Mhosts/gaia/configuration.nix | 44+++-----------------------------------------
1 file changed, 3 insertions(+), 41 deletions(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -127,7 +127,7 @@ environment.sessionVariables = { EDITOR = "vim"; BROWSER = "firefox"; - TERM = "foot"; + TERM = "wezterm"; SHELL = "bash"; HISTIGNORE = "&:ls:exit:pwd:clear:tmux:bash:nvim"; HISTCONTROL = "ignoreboth"; @@ -200,7 +200,7 @@ # feh # ffmpeg firefox - foot + # foot fzf # gcc # gimp @@ -240,6 +240,7 @@ # streamlink-twitch-gui-bin # sublime4 transmission_4-qt + wezterm # yt-dlp # zathura # zotero @@ -321,45 +322,6 @@ ''; }; - programs.foot = { - enable = true; - settings = { - main = { - font = "Iosevka Nerd Font:size=16"; - }; - colors = { - cursor = "fbf7f0 000000"; - - alpha = 1.0; - background = "fbf7f0"; - foreground = "000000"; - - selection-foreground = "000000"; - selection-background = "c9b9b0"; - - urls = "0031a9"; - - regular0 = "000000"; - regular1 = "a60000"; - regular2 = "006800"; - regular3 = "6f5500"; - regular4 = "0031a9"; - regular5 = "721045"; - regular6 = "005e8b"; - regular7 = "dfd5cf"; - - bright0 = "595959"; - bright1 = "d00000"; - bright2 = "008900"; - bright3 = "808000"; - bright4 = "0000ff"; - bright5 = "dd22dd"; - bright6 = "0000ff"; - bright7 = "9f9690"; - }; - }; - }; - programs.git = { enable = true; config = {