We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a37bee commit 5d4b3afCopy full SHA for 5d4b3af
.config/home-manager/home.nix
@@ -33,7 +33,7 @@
33
run echo "$ZSH_PATH" | sudo tee -a /etc/shells
34
fi
35
echo "Running chsh to make zsh the default shell"
36
- run chsh -s $ZSH_PATH ${builtins.getEnv "USER"}
+ run sudo chsh -s $ZSH_PATH ${builtins.getEnv "USER"}
37
echo "Zsh is now set as default shell!"
38
39
'';
0 commit comments