nixos-config/common/home-manager/shell/default.nix

10 lines
103 B
Nix
Raw Normal View History

2022-01-06 21:14:02 -05:00
{ ... }:
{
imports = [
./alacritty.nix
./starship.nix
];
programs.fish.enable = true;
}