Remove theme and add stuff for zoxide

This commit is contained in:
Lillian Violet 2024-04-29 20:35:40 +02:00
parent bec8e11067
commit 17c818b7d8

View file

@ -51,7 +51,10 @@
"isodate" "isodate"
"z" "z"
]; ];
theme = "catppuccin-macchiato";
}; };
# stuff for zoxide
initExtra = ''
eval "$(zoxide init --cmd cd zsh)"
'';
}; };
} }