rewrite nixos config for gnome
This commit is contained in:
parent
16335582c0
commit
bc5d182e1e
3 changed files with 68 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue