add nushell in /etc/shells

This commit is contained in:
Ivan Dimitrov 2024-04-12 13:33:36 +03:00
parent 5e888d69b9
commit abdf0d21e0

View File

@ -81,7 +81,7 @@
variables = { variables = {
EDITOR = "nvim"; EDITOR = "nvim";
}; };
shells = with pkgs; [ zsh ]; shells = with pkgs; [ zsh nushell ];
etc = { etc = {
"xdg/user-dirs.conf".text = '' "xdg/user-dirs.conf".text = ''
enabled=True enabled=True