mochi/nixos/home/modules/shell/default.nix

11 lines
95 B
Nix
Raw Normal View History

2024-12-27 21:30:25 -06:00
{ ... }:
{
2024-06-20 08:59:56 -05:00
imports = [
./atuind
2024-06-20 08:59:56 -05:00
./fish
./git
2024-06-20 08:59:56 -05:00
./starship
./wezterm
];
}