From 353bc71e19c3dfd96922ec919fa5a7760cc9a0c5 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 6 Apr 2024 18:50:52 +0200 Subject: [PATCH] os-config: remove setfont from zsh --- configurations/profile/os/shell/zsh.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configurations/profile/os/shell/zsh.nix b/configurations/profile/os/shell/zsh.nix index f6d9739..89e7be0 100644 --- a/configurations/profile/os/shell/zsh.nix +++ b/configurations/profile/os/shell/zsh.nix @@ -11,12 +11,6 @@ in enable = true; enableGlobalCompInit=false; interactiveShellInit = '' - ${ lib.optionalString (config.console.font != null) - ''if [[ $(${pkgs.coreutils}/bin/echo $TTY | ${pkgs.gnugrep}/bin/grep "/dev/tty") ]] && [[ "$TERM" == "linux" ]]; then - setfont ${config.console.font} - fi'' - } - if [[ ''${__MATERUS_HM_ZSH:-0} == 0 ]]; then source ${pkgs.grml-zsh-config}/etc/zsh/zshrc fi