NiksOS/home/shell/default.nix

12 lines
147 B
Nix

{
imports = [
./direnv.nix
./fish.nix
./git.nix
./other.nix
./repl
./starship.nix
./yazi.nix
./zoxide.nix
];
}