From 1ff49cd708ec8ea8c506df9916c74d5778f95ab4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 21 Jul 2024 15:41:29 +0200 Subject: try ladybird & tweak timeout --- share/common.nix | 4 ++++ share/home.nix | 1 + 2 files changed, 5 insertions(+) (limited to 'share') diff --git a/share/common.nix b/share/common.nix index a027bc0..43d9ca4 100644 --- a/share/common.nix +++ b/share/common.nix @@ -319,6 +319,7 @@ in pkgs.kdePackages.kmail pkgs.kdePackages.konsole krita + ladybird lazygit libjxl libreoffice @@ -413,6 +414,9 @@ in # default fonts enableDefaultPackages = true; + # ensure we have an emulated global fontdir + fontDir.enable = true; + # more fonts packages = with pkgs; [ # add patched fonts for editor & terminal diff --git a/share/home.nix b/share/home.nix index 9ac1caf..62dbec7 100644 --- a/share/home.nix +++ b/share/home.nix @@ -58,6 +58,7 @@ enable = true; enableNushellIntegration = true; settings = { + command_timeout = 10000; aws.style = "bold #ffb86c"; cmd_duration.style = "bold #f1fa8c"; directory.style = "bold #50fa7b"; -- cgit v1.2.3