chromium is not happy

This commit is contained in:
Christoph Cullmann 2023-05-21 09:28:52 +02:00
parent 2784c95d4c
commit 53909c0428

View file

@ -374,7 +374,7 @@ in
enable = true;
# some env vars I want in all of my shells
shellInit = "export NIXOS_OZONE_WL=1; export MOZ_ENABLE_WAYLAND=1; export POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true;";
shellInit = "export MOZ_ENABLE_WAYLAND=1; export POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true;";
# great prompt
promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme; if [ -f ~/.p10k.zsh ]; then source ~/.p10k.zsh; fi;";