Using nushell instead of zsh

This commit is contained in:
Andrea Ciceri 2023-04-02 19:31:01 +02:00
parent ca74cba961
commit ca1224feea
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -50,7 +50,7 @@
description = "Andrea Ciceri";
isNormalUser = true;
inherit (config.ccr) extraGroups;
shell = pkgs.zsh;
shell = pkgs.nushell;
openssh.authorizedKeys.keys = config.ccr.authorizedKeys;
};