flocon/home/base/shell/default.nix

10 lines
103 B
Nix

{ ... }:
{
imports = [
./fish.nix
./zoxide.nix
./direnv.nix
./zellij.nix
];
}