mochi/nixos/home/modules/shell/default.nix
2024-06-20 08:59:56 -05:00

8 lines
82 B
Nix

{ ... }: {
imports = [
./fish
./starship
./wezterm
./git
];
}