NiksOS/home/shell/default.nix
2025-03-28 08:56:56 +01:00

12 lines
152 B
Nix

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