defaults: change default shell

This commit is contained in:
Kabbone 2022-12-17 13:42:37 +01:00
parent b5ea5e6bf3
commit 32cb7d281d
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -3,7 +3,7 @@
{
options = with lib; {
cmds = {
shell = mkOption { type = types.str; default = "fish"; };
shell = mkOption { type = types.str; default = "zsh"; };
fetch = mkOption { type = types.str; default = "hyfetch"; };
editor = mkOption { type = types.str; default = "hx"; };