diff --git a/home/jonas/static/omz_custom/themes/bureau.zsh-theme b/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme similarity index 100% rename from home/jonas/static/omz_custom/themes/bureau.zsh-theme rename to home/jonas/static/omz_custom/themes/my_bureau.zsh-theme diff --git a/home/jonas/zsh.nix b/home/jonas/zsh.nix index 8ca75df..81d321e 100644 --- a/home/jonas/zsh.nix +++ b/home/jonas/zsh.nix @@ -36,7 +36,7 @@ in { "rust" "thefuck" ]; - theme = "bureau"; + theme = "my_bureau"; custom = omz_custom; }; };