fix default shell
parent
fb64729092
commit
0b1b320276
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue