try ladybird & tweak timeout

This commit is contained in:
Christoph Cullmann 2024-07-21 15:41:29 +02:00
parent 74d6146f31
commit 1ff49cd708
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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";