try ladybird & tweak timeout
This commit is contained in:
parent
74d6146f31
commit
1ff49cd708
|
@ -319,6 +319,7 @@ in
|
||||||
pkgs.kdePackages.kmail
|
pkgs.kdePackages.kmail
|
||||||
pkgs.kdePackages.konsole
|
pkgs.kdePackages.konsole
|
||||||
krita
|
krita
|
||||||
|
ladybird
|
||||||
lazygit
|
lazygit
|
||||||
libjxl
|
libjxl
|
||||||
libreoffice
|
libreoffice
|
||||||
|
@ -413,6 +414,9 @@ in
|
||||||
# default fonts
|
# default fonts
|
||||||
enableDefaultPackages = true;
|
enableDefaultPackages = true;
|
||||||
|
|
||||||
|
# ensure we have an emulated global fontdir
|
||||||
|
fontDir.enable = true;
|
||||||
|
|
||||||
# more fonts
|
# more fonts
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# add patched fonts for editor & terminal
|
# add patched fonts for editor & terminal
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
command_timeout = 10000;
|
||||||
aws.style = "bold #ffb86c";
|
aws.style = "bold #ffb86c";
|
||||||
cmd_duration.style = "bold #f1fa8c";
|
cmd_duration.style = "bold #f1fa8c";
|
||||||
directory.style = "bold #50fa7b";
|
directory.style = "bold #50fa7b";
|
||||||
|
|
Loading…
Reference in a new issue