nix-config/homes/common/base.nix

10 lines
107 B
Nix

{ config, pkgs, ... }:
{
programs.bash.enable = true;
programs.fish = {
enable = true;
};
}