summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-05-21 09:28:52 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-05-21 09:28:52 +0200
commit53909c0428b37a5141fc0564a9c3b556940c42f9 (patch)
tree8e28c62a546520208cd0a1e46c61aad2b5876d89 /common.nix
parent2784c95d4c4ca1ff8314c59499c12cf030b9170e (diff)
chromium is not happy
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index ff2d884..51b0629 100644
--- a/common.nix
+++ b/common.nix
@@ -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;";