don't use zsh as the default shell

This commit is contained in:
Rouven Seifert 2023-09-19 20:30:30 +02:00
parent e4e1cfd3d6
commit dc65c4c5c7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -7,7 +7,6 @@
bat
duf
];
users.defaultUserShell = pkgs.zsh;
programs.fzf = {
keybindings = true;
};