fish -> bash

This commit is contained in:
Andrea Ciceri 2025-03-27 15:34:37 +01:00
parent 0016d20633
commit a5fb079c06
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 39 additions and 22 deletions

View file

@ -28,7 +28,7 @@ in
shell = lib.mkOption {
type = lib.types.package;
default = pkgs.fish;
default = pkgs.bash;
};
modules = lib.mkOption {