rewrite nixos config for gnome

This commit is contained in:
Alexander Navarro 2023-07-27 09:17:51 -04:00
parent 16335582c0
commit bc5d182e1e
3 changed files with 68 additions and 77 deletions

View file

@ -7,9 +7,6 @@ setup_zsh() {
create "$HOME/.local/state/zsh/"
symlink "$DOTS/config/zsh/zshrc" "$HOME"/.zshrc
symlink "$DOTS/config/zsh/zprofile" "$HOME"/.zprofile
if [ "$SHELL" != "$(which zsh)" ]; then
chsh -s "$(which zsh)"
fi
}
setup_zsh