~vonfry/dotfiles

5f810dd0b7bbab53e52a99db7119c82bd0d964fa — Vonfry 6 months ago 101215c
remove exec fish in bash shell to avoid breaking nix develop
1 files changed, 0 insertions(+), 3 deletions(-)

M etc/nixos/modules/user/shell.nix
M etc/nixos/modules/user/shell.nix => etc/nixos/modules/user/shell.nix +0 -3
@@ 21,9 21,6 @@ in {

      bash = {
        enable = true; # make some script can load hm-sessions.
        initExtra = ''
            exec fish
        '';
      };

      starship = {