fix default shell

dev-docs
Moritz Böhme 2021-11-29 11:57:46 +01:00
parent fb64729092
commit 0b1b320276
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
{
environment.pathsToLink = [ "/share/zsh" ];
users.users.moritz.shell = pkgs.zsh;
home-manager.users.moritz = {
shell = pkgs.zsh;
home.packages = with pkgs; [ du-dust ];
programs = {
zsh = {