flocon/home/base/shell/default.nix

12 lines
123 B
Nix
Raw Normal View History

2024-08-25 19:58:12 +00:00
{ ... }:
{
imports = [
./fish.nix
./starship.nix
./zoxide.nix
./direnv.nix
./zellij.nix
];
2024-08-25 19:58:12 +00:00
}